cancel
Showing results for 
Search instead for 
Did you mean: 

Web path changing - used * & ? & +

NileshJadhav1
Level 3
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
    ------------------------------
  • 1 REPLY 1

    AmiBarrett
    Level 12
    Answered in duplicate thread.

    ------------------------------
    Ami Barrett
    Sr Product Consultant
    Blue Prism
    Plano, TX
    ------------------------------