Closed kokoichi206 closed 2 years ago
もととなるコード https://github.com/kokoichi206/til/tree/main/automate/scraping
# インポート順を整理する isort -rc .
やりたいこと
driver.execute_script("arguments[0].scrollTop = arguments[1].scrollHeight;", element, element)
これでやったんやけど、なんか上手くいってない。 選ぶ対象が間違ってるかも、scrollable かどうかを確認する?
__eq__
もととなるコード https://github.com/kokoichi206/til/tree/main/automate/scraping