Posts by Roberto • 126 points
2 posts
-
1
votes2
answers1161
viewsA: Selenium IDE - Placeholder
Placeholder has nothing to do with the field type, what you need to work with is input, placeholder is just a property of an input, I suggest you read more about it in the following link Regarding…
-
0
votes1
answer371
viewsA: Doubt about Eclipse + Java Selenium
Failed to set all properties to use the Chrome driver: DesiredCapabilities capabilities = DesiredCapabilities.chrome(); capabilities.setJavascriptEnabled(true);…