HTML Path Attribute Problem!

Thiago Pinheiro

New Member
Hello friends, i have a problem with html path. Same button but when update window, path exchanges......

Example:

/HTML/FRAMESET(1)/FRAME(1)/HTML/FRAMESET(1)/FRAME(1)/HTML/FRAMESET(1)/FRAME(1)/HTML/FRAMESET(1)/FRAME(1)/HTML/FRAMESET(1)/FRAME(1)/HTML/BODY(1)/DIV(1)/TABLE(2)/TBODY(1)/TR(1)/TD(4)/A(1)/IMG(1)

/HTML/FRAMESET(1)/FRAME(1)/HTML/FRAMESET(1)/FRAME(1)/HTML/FRAMESET(1)/FRAME(1)/HTML/FRAMESET(1)/FRAME(1)/HTML/FRAMESET(1)/FRAME(1)/HTML/FRAMESET(1)/FRAME(1)/HTML/BODY(1)/DIV(1)/TABLE(2)/TBODY(1)/TR(1)/TD(4)/A(1)/IMG(1)

How I can correctly work with this dynamic path?
 

auta

New Member
there are few options:
1. If you have only 2 different HTML path options, you can use waiting stage to check which element exist.
2. You can spy another element without HTML path element option(but HTML path should also change when window is updated for this element), then read HTML path for this element and create accordingly the HTML path for your button.
3. Use element without HTML path or capture in other mode.
 
Top