-2
私はライブテストとhttps://app.crossbrowsertesting.comでスクリプトを自動化したいが、私はそこに要素を見つけることができないのですが、このオートメーション://app.crossbrowsertesting.com
私はライブテストとhttps://app.crossbrowsertesting.comでスクリプトを自動化したいが、私はそこに要素を見つけることができないのですが、このオートメーション://app.crossbrowsertesting.com
がにコードを探す得るために助けてください有効な資格情報を通じて、最新のクロムドライバ& 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();
は、これがあなたを助けている場合、私に教えてください。
@vijayこのソリューションを試しましたか? – DebanjanB
お試しいただいたコードを指定してください。お手伝いできますか? – Akarsh
あなたは何を特定できないのですかもっと詳しく説明できますか? – Paras