Posts by Nayara Valadares • 33 points
3 posts
-
1
votes4
answers2850
viewsA: Selenium cannot find by id
I had a similar problem and managed to solve with the following function Try it this way: JavascriptExecutor js = (JavascriptExecutor) driver; js.executeScript( "setTimeout(function(){…
-
1
votes1
answer404
viewsQ: No tests found with test Runner 'Junit 4'
When creating a new package and within that package create a new test when trying to run the test the eclipse returns the message: "No tests found with test Runner 'Junit 4'" Within the project I…
-
1
votes1
answer212
viewsQ: Does anyone have an example of code using Marionette in Java for test automation?
I need an example of code using Java Marionette for test automation, I read a few things, but I still can’t understand how it works.