LoginSignup
1
1

More than 5 years have passed since last update.

Seleniumのキー入力が遅い対応

Last updated at Posted at 2016-08-01

Selenium で行うテストで、キー入力があまりにも遅くて困ったときの対応方法

64bit のwindows 10 を使っていたので、当然 IEDriver も 64bit だと思って使っていたけれど、
調べてみたら、32bit版を使うと速くなる 、ということで試してみた。

64bit: 1文字3秒くらいかかっていた
32bit: 1フィールド一瞬で入力終了

というくらい速くなった。

参考サイト
http://devadjust.exblog.jp/19305561/

1
1
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
1