Time:11-26
Hello, how can i click on the Button ? And how can i click on the button in the next row ?
CodePudding user response:
Try this way: driver.findElement(By.cssSelector("THE CSS SELECTOR HERE']")).click();
Page link:https//www.codepudding.com/net/622781.html