/ Published in: Other
where #{label} will be replaced with the labelcontent you are looking for
Expand |
Embed | Plain Text
//input[@name=//label[normalize-space()='#{label}']/@for]
You need to login to post a comment.
where #{label} will be replaced with the labelcontent you are looking for
//input[@name=//label[normalize-space()='#{label}']/@for]
You need to login to post a comment.