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

All Questions

0 votes
2 answers
40 views

Normalise style attribute in javascript

In IE11 when we block.getAttribute('style') we return border-bottom-width: 1pt; border-bottom-style: dotted; border-bottom-color: rgb(10, 49, 132) But in chrome it returns border-bottom: 1pt dotted ...
Ahmed Yaslem's user avatar
0 votes
2 answers
187 views

Click method behaves differently when using ChromeDriver with Chrome and IEDriverServer with Internet Explorer 11

I have created xpath on chrome as : "//a[@href[contains(.,'moduleCode=MASTER')]]" This xpath is working fine for chromedriver. However, when the same Xpath is being executed for IEDriverServer it ...
Lokesh Singh's user avatar
0 votes
2 answers
3k views

Selenium webdriver tests stop running after some time of execution

I have been trying to run selenium tests on IE 11 and Chrome. In both the cases, the tests just stop running after 25 odd tests (total 350 TCs). Configuration: Windows 10 pro / Tried both 32/64 bit ...
arctic_monkey's user avatar
0 votes
1 answer
818 views

Chrome and IE doesn't wait for the page to load before taking screenshot

I am automating login page for a bootstrap UI. I want to take a screenshot each time when Login button gets click in Chrome and IE browser after loading a full page. In Firefox its working properly, I ...
Shraddha Arondekar's user avatar