- shrutika
- Posts : 4
Join date : 2014-09-26
click command not working on Firefox
Fri Sep 26, 2014 5:42 pm
Hi I am beginner to selenium I used click command in script but it is not working in Firefox. please help me to solve this issue
my Firefox version is :32.0.3. I have written my script in java
I am getting an exception : com.thoughtworks.selenium.SeleniumException: ERROR: Command execution failure.
The error message is: Argument 1 of EventTarget.dispatchEvent does not implement interface Event.
try{
d.click("xpath=(//a[contains(text(),'Buy Now')])[2]");
d.waitForPageToLoad("2000");
}
catch(Exception e)
{
System.out.println(e);
}
my Firefox version is :32.0.3. I have written my script in java
I am getting an exception : com.thoughtworks.selenium.SeleniumException: ERROR: Command execution failure.
The error message is: Argument 1 of EventTarget.dispatchEvent does not implement interface Event.
try{
d.click("xpath=(//a[contains(text(),'Buy Now')])[2]");
d.waitForPageToLoad("2000");
}
catch(Exception e)
{
System.out.println(e);
}
- Selenium Script which contain waitForPopUp command working in firefox not in Internet Explorer.
- my Script working fine in Firefox but not working in IE7 through Selenium RC
- Xpath for buttons not working in IE but working perfectly in firefox
- Select the “back” button of the Firefox browser to right click and Select the Option from the right click Menu in Selenium Web Driver - Java
- selenium.click("id=xxx"); not working
Permissions in this forum:
You cannot reply to topics in this forum