1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【selenium】バージョン問題

Posted at

概要

seleniumはサードパーティとのバージョン問題が重要。
ここに、動いている組み合わせのバージョン一覧をメモする。

環境

sakuraのVPS
OS:Ubuntu16.0.4
言語:Python3.5

バージョン

selenium(3.3.2)
firefox(52.0b1)
geckodriver(0.15.0)

注意

firefoxは最新のものでは動かない。
geckodriverは最新の0.17.0でもバグはfixしていない。
問題は0.16.0時代に生まれたもの。(send_keysやclickができない)

所感

サードパーティものだと、vagrantとvirtualboxの時も苦労した気がする。
その割に、動いている組み合わせの情報って少ないな..
環境によっての違いがあるからかしら。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?