'sendKeys' are not working in Selenium WebDriver

后端 未结 12 1616
暗喜
暗喜 2020-12-05 13:36

I am not able to put any value in my application using WebDriver. My application is using frames.

I am able to clear the value of my textbox with driver.findEle

12条回答
  •  执念已碎
    2020-12-05 14:09

    Use JavaScript to click in the field and then use sendkeys() to enter values.

    I had a similar problem in the past with frames. JavaScript is the best way.

提交回复
热议问题