2
私はstackoverflowでほとんどの例を試しましたが、私は方法を見つけることができません。 私は..私はテキストに文字列を作るのですか、Pythonセレニウムの文字列をintに
posts = driver.find_elements_by_class_name("currency-chaos")
numberOfItems = 1
for post in posts:
numberOfItems = numberOfItems + 1
print(numberOfItems)
print(post.text)
を二つの質問を持っているとどのように私はその後、テキストから文字を削除するint型にそれを転送しますか?
は、あなたの現在の出力と希望のあるものを示してもらえますか? – alecxe