Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
2 answers
620 views

clear() method doesn't clears the field in MS EDGE IE11 with Selenium-4.1.2

Recently, I have upgraded my Selenium version from 2.53 to 4.1.2 to enable testing of our application on MS EDGE IE11. But we are continuously facing issue when we are clearing any TextBox field using ...
Gaurank Verma 's user avatar
3 votes
3 answers
831 views

Selenium Issue with Internet Explorer : org.openqa.selenium.NoSuchElementException : Unable to find element with xpath

I am trying to run Selenium (Selenium standalone server 3.141.59) for my system in Internet Explorer (IE 11). It works till the login. After the login it opens a new window and I use following line to ...
Dilhan Nakandala's user avatar
1 vote
2 answers
107 views

Selenium Webdriver sendKeys enters values in IE11 32 bit but then removes it

I have to enter text in a input box in a selenium test in java. I am using below code to do that and it enters the characters but then deletes it: WebElement depart=webControls.getDriver()....
Sneh Tripathi's user avatar
2 votes
1 answer
1k views

Selenium WebDriver hungs or gets stuck while switching from child window to parent window using IE11 in Win 8.1

Selenium WebDriver- hungs or stucks while switching back from child window to parent window. If I change the specific page in parent window Manually on debug mode,Successfully switch is happening from ...
karthick's user avatar