Selenium WebDriver typing very slow in text field on IE browser

后端 未结 18 2477
感情败类
感情败类 2020-11-27 04:03

I\'m running one of my scripts on IE 11 browser with Selenium 2.43.1 when the script types in text field using following:

element.s         


        
18条回答
  •  感情败类
    2020-11-27 04:42

    Instead of WebEelement.send.keys, I used Actions object with sendKeys method. This worked like a charm.

提交回复
热议问题