Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have sucessfully run locator commands in Firefox, Chrome and IE but I have an issue with Opera 12.02.
This code is the source of the issue:

driver.findElement(By.id("MainContent_txtUserLog")).sendKeys("abcd@gmail.com");
//entering values to a username field

I got the following error in console:

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"

I am newbie to Selenium Webdriver, what am I doing wrong?

share|improve this question
What OS are you using? – Mark Thomas Sep 24 '12 at 22:57
Cross-posted: sqa.stackexchange.com/questions/3837/… – Kev Sep 24 '12 at 23:25

closed as off topic by Kev Sep 24 '12 at 23:26

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.