Selenium webdriver 工业自动化\https://app.crossbrowsertesting.com

Selenium webdriver 工业自动化\https://app.crossbrowsertesting.com,selenium-webdriver,Selenium Webdriver,我想在live test中自动执行脚本,但我无法找到其中的元素,请帮助获取此脚本,通过有效凭据查找要通过Selenium 3.x、最新chrome驱动程序和Google chrome 58.x登录的代码: driver.navigate().to("https://app.crossbrowsertesting.com"); driver.findElement(By.id("inputEmail")).sendKeys("your_email@gmail.com");

我想在live test中自动执行脚本,但我无法找到其中的元素,请帮助获取此脚本,通过有效凭据查找要通过Selenium 3.x、最新chrome驱动程序和Google chrome 58.x登录的代码:

    driver.navigate().to("https://app.crossbrowsertesting.com");
    driver.findElement(By.id("inputEmail")).sendKeys("your_email@gmail.com");
    driver.findElement(By.id("inputPassword")).sendKeys("your_password");
    driver.findElement(By.xpath("//button[text()='Log In']")).click();

如果这对您有帮助,请告诉我。

请指定您尝试过的代码,然后我们可以帮助您。您无法识别的是什么。。。你能详细说明一下吗?