Web path changing - used * & ? & +
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-02-20 05:37 PM
Hi All,
I am trying to automate one website using chrome however unable to automate that as the element path creating unique number (Not dynamically)
Example
/HTML[1]/BODY[1]/DIV[1]//DIV[6]/DIV[52]/DIV[1]/..........
/HTML[1]/BODY[1]/DIV[1]//DIV[6]/DIV[192]/DIV[1]/.........
in above path some time i am getting 52 some time 192 that mean no fix number, and this is drop down
I try below things but it's not identify any element.
1.I kept Match type as wildcard and in value added star sign (*)
/HTML[1]/BODY[1]/DIV[1]//DIV[6]/DIV//DIV[1]/
2.I kept Match type keep as regex and in value added question mark sign (?)
/HTML[1]/BODY[1]/DIV[1]//DIV[6]/DIV[?]//DIV[1]/
3.I kept Match type keep as regex and in value added plus mark sign (+)
/HTML[1]/BODY[1]/DIV[1]//DIV[6]/DIV[+]//DIV[1]/
I know there are some way to achieve this.
Could you please help to achieve this ?
------------------------------
Nilesh
RPA
Asia/Kolkata
------------------------------
I am trying to automate one website using chrome however unable to automate that as the element path creating unique number (Not dynamically)
Example
/HTML[1]/BODY[1]/DIV[1]//DIV[6]/DIV[52]/DIV[1]/..........
/HTML[1]/BODY[1]/DIV[1]//DIV[6]/DIV[192]/DIV[1]/.........
in above path some time i am getting 52 some time 192 that mean no fix number, and this is drop down
I try below things but it's not identify any element.
1.I kept Match type as wildcard and in value added star sign (*)
/HTML[1]/BODY[1]/DIV[1]//DIV[6]/DIV
2.I kept Match type keep as regex and in value added question mark sign (?)
/HTML[1]/BODY[1]/DIV[1]//DIV[6]/DIV[?]//DIV[1]/
3.I kept Match type keep as regex and in value added plus mark sign (+)
/HTML[1]/BODY[1]/DIV[1]//DIV[6]/DIV[+]//DIV[1]/
I know there are some way to achieve this.
Could you please help to achieve this ?
------------------------------
Nilesh
RPA
Asia/Kolkata
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-02-20 08:43 PM
Answered in duplicate thread.
------------------------------
Ami Barrett
Sr Product Consultant
Blue Prism
Plano, TX
------------------------------
------------------------------
Ami Barrett
Sr Product Consultant
Blue Prism
Plano, TX
------------------------------
