Forum Discussion
3 Replies
- dganov
Staff
Did you read this: Finding Web Objects Using XPath Expressions ?
To generate XPath expressions you can use Firefox with installed FireBug and FirePath extensions - FirePath can generate XPath for desired object on a web page. - teja2711New ContributorThanks for the reply. I've one more question i.e.
I dont want to define xpath in my script directly. I want to store all my Xpaths in a Excel sheet and access it from script usingEvaluateXPath.But iam unable to do so.
Can anyone help me on this
Hi Swapna,
I dont want to define xpath in my script directly. I want to store all my Xpaths in a Excel sheet and access it from script using EvaluateXPath.But iam unable to do so.
What exactly doesn't work? You can use any of the approaches listed in the "Working With Microsoft Excel Files" article to read data from an Excel file.