Posts by Rafael • 1 point
1 post
-
0
votes1
answer371
viewsQ: Doubt about Eclipse + Java Selenium
I made the following code to perform a simple login test using Eclipse + Selenium: package memoriavirtualWebTesteFuncional; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver;…