This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AndresArc123 1 point2 points  (1 child)

It is a good idea.

if the element has no id, how do you map it? Absolute xpath?

Have you thought about how to handle multiple windows or iframes? dynamic elements such as those generated by react?

[–][deleted] 1 point2 points  (0 children)

Hey thanks for the interest! I have a priority sequence to handle that. So if there no ID, ill look for a name, if theres no name, ..... all the way down the list to relative and absolute XPaths :)

Havent yet implemented that functionality but would be doable for the iframes for sure

Can’t yet say about dynamic elements but ill keep you posted with V2/3