Issue
Hello, how can i click on the Button ? And how can i click on the button in the next row ?
Solution
Try this way: driver.findElement(By.cssSelector("THE CSS SELECTOR HERE']")).click();
Answered By - LeoBertass
Hello, how can i click on the Button ? And how can i click on the button in the next row ?
Try this way: driver.findElement(By.cssSelector("THE CSS SELECTOR HERE']")).click();
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.