**结束。**此问题需要详细的调试信息。它目前不接受答案。
**想改进这个问题吗?**更新问题,使其成为堆栈溢出的主题。
11个月前关门了。
改进这个问题
网页截图已尝试使用locator by.id并切换到alert,切换到windows。。但是运气不好,请帮忙
public class Gaana {
public static void main(String[] args) throws InterruptedException {
System.setProperty("webdriver.chrome.driver", "C:\\Users\\Music\\Selenium\\chromedriver.exe");
ChromeOptions ops = new ChromeOptions();
ops.addArguments("--disable-notifications");
WebDriver driver = new ChromeDriver(ops);
driver.get("https://gaana.com/");
Thread.sleep(3000);
driver.manage().timeouts().implicitlyWait(20, TimeUnit.SECONDS);
WebElement googleLgn = driver.findElement(By.xpath("//*[contains(text(),'Continue with Google')]"));
googleLgn.click();
}
}
1条答案
按热度按时间af7jpaap1#
有两个相同的登录按钮
Id
同样的class
姓名。尝试使用下面的xpath来定位正确的按钮。或
尝试js