2017-04-21 13 views

答えて

0

がにコードを探す得るために助けてください有効な資格情報を通じて、最新のクロムドライバ& Google Chromeの58.x、セレン3.xまでhttps://app.crossbrowsertesting.comにログイン:

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

は、これがあなたを助けている場合、私に教えてください。

+0

@vijayこのソリューションを試しましたか? – DebanjanB