- venkatesh
- Posts : 2
Join date : 2012-05-04
Selenium Ide issue
Fri May 04, 2012 11:18 pm
Hi Friends,
I am working with selenium ide, in my application selenium ide not capturing some functionalities like login,links,sublinks eventhough if i given exact path while using firepath while running time my application unable to login can u plz tell me the solution
Thanks & Regards,
Venkatesh
I am working with selenium ide, in my application selenium ide not capturing some functionalities like login,links,sublinks eventhough if i given exact path while using firepath while running time my application unable to login can u plz tell me the solution
Thanks & Regards,
Venkatesh
Re: Selenium Ide issue
Sat May 05, 2012 12:10 pm
Can you please provide more information about your problem??
Or share script or URL if possible.
Because it is not possible to guess your problem from above description
Or share script or URL if possible.
Because it is not possible to guess your problem from above description
- venkatesh
- Posts : 2
Join date : 2012-05-04
Re: Selenium Ide issue
Tue May 29, 2012 12:17 am
Hi,
I am working on some selenium scripts using C#. My scripts run sucessfully in IDE,where selenium RC is not able to detect any of my xpaths, Please let me know if any of you have any idea to deal with this problem. and i am getting error like "Command Execution failure".
Here i am posting some xpath sample line How i am given
selenium.ClickAt([size=9]"//html/body/div/div[2]/ul[2]/li/span"[/size], [size=9]""[/size]);
Plz friends as early as possible plz reply. with clear data plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
I am working on some selenium scripts using C#. My scripts run sucessfully in IDE,where selenium RC is not able to detect any of my xpaths, Please let me know if any of you have any idea to deal with this problem. and i am getting error like "Command Execution failure".
Here i am posting some xpath sample line How i am given
selenium.ClickAt([size=9]"//html/body/div/div[2]/ul[2]/li/span"[/size], [size=9]""[/size]);
Plz friends as early as possible plz reply. with clear data plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
Re: Selenium Ide issue
Tue May 29, 2012 12:03 pm
Go through
http://www.w3schools.com/xpath/
It will help to use proper Xpath.
The above Xpath will work for IDE, but may create problem on RC
http://www.w3schools.com/xpath/
It will help to use proper Xpath.
The above Xpath will work for IDE, but may create problem on RC
- popshaAmateur
- Posts : 60
Join date : 2012-04-14
Re: Selenium Ide issue
Wed May 30, 2012 7:51 am
hi venkatesh,
//ul[2]/li/span
above mentioned is the xpath of your code to be given in your script.
//ul[2]/li/span
above mentioned is the xpath of your code to be given in your script.
Permissions in this forum:
You cannot reply to topics in this forum