Questions tagged [selenium-webdriver4]
5 questions
1
vote
1 answer
selenium-webdriver 4.0 not showing Exception MEssages
I am using Selenium with Capybara and Cucumber to run automated tests in Ruby Mine against a Chrome browser. I have updated the selenium-webdriver to the 4.0.0.alpha5 version (the former version was 3.13.1) and after that I have found that some…

Sergio Prats
- 1,043
- 1
- 14
- 19
1
vote
1 answer
EXCEPTION: stale element reference: element is not attached to the page document
My HTML-Page contains (among other stuff) this bit:
In my code to test the page, I then do:
el←FindElementById'links_1'
(ACTIONS.MoveToElement…

MBaas
- 7,248
- 6
- 44
- 61
0
votes
1 answer
Healenium Script are not running with selenium latest version 4.1.0
We are upgrating the selenium version 3.141.59 to 4.1.0 on the pom.xml but it give me the null pointer exception when run the healenium script.When use selenium version 3.141.59 then script are rune fine.
0
votes
0 answers
Injecting CSS into Selenium driver causes javascript error in Linux, not in macOS
Below python (v. 3.9.7) function is injecting CSS styles, that are loaded from a standard CSS file, into a selenium driver object. While in macOS (11.5.2, homebrew) the styles are applied correctly, in Linux (Ubuntu 20.04) the styles were not…

Madamadam
- 842
- 2
- 12
- 24
0
votes
1 answer
how to handle webtable in selenium java when number of rows in a table is getting changed after page is reloaded when some action is performed in row
Currently I am going through a situation. There are three rows in a the body of the table. I have to perform some action on each row if row matches with a text. For this I am getting the size for the the rows and using for loop and checking the…

Suraj
- 33
- 5