This is a migrated thread and some comments may be shown as answers.

How to parameterized xpath in Edit Element

0 Answers 58 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Lokesh
Top achievements
Rank 1
Lokesh asked on 11 Sep 2018, 05:34 AM

Hi,

I am identifying element using Xpath which is: //a[text()='APPLICATION INDICATOR']/following-sibling::select

I want to data bing 'APPLICATION INDICATOR' with my local data column which named as 'mandatory'.

I tried following tricks but no luck:
//a[text()=$(mandatory)]/following-sibling::select

or
//a[text()=$mandatory]/following-sibling::select

or
//a[text()=mandatory]/following-sibling::select

Please help me to resolve this issue.

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Lokesh
Top achievements
Rank 1
Share this question
or