Firefox、Chrome、および IE でロケータ コマンドを正常に実行しましたが、Opera 12.02に問題があります。
このコードは問題の原因です:
driver.findElement(By.id("MainContent_txtUserLog")).sendKeys("abcd@gmail.com");
//entering values to a username field
コンソールに次のエラーが表示されました。
com.opera.core.systems.scope.exceptions.CommunicationException: Error on command:
service: "ecmascript" commandID: 2 format: 0status:tag: 32 payload: "\n%Unknown error while executing command"
私は Selenium Webdriver の初心者ですが、何が間違っていますか?