I want to get the XPATH
of an element on a website (my own domain), which I got it using JavaScript
code as mentioned in this answer.
Now what I want to click on button which will open a url (cross domain) window and when user click on an element on that window it's XPATH
is captured.
I tried doing the same using iframe
with no luck.
Now my question is there a way to get the XPATH
of an element of another website
/ Cross domain
?