Posts by Gustavo do Nascimento • 29 points
1 post
-
2
votes1
answer1973
viewsQ: How to upload files using Selenium Webdriver in Java
Can someone help me to upload a file using Selenium using Java code? I made the code below: firefoxDriver.findElement(By.xpath("//a[@ng-model='picFile']"));…