Hello,
I am having a real issue for one of my own template. Here is an example:
I have multiple DIVs inside a form like this and would like to detect if a user JOINED, if not, click on subscribe.
The problem I am having is that all the classes and ids in the form are dynamically generated...no real easy to find foot prints.
I tried to use xpath and it gives me something like this:
//*[@id="react-root"]/div[1]/div[1]/div[2]/main/div[1]/div[1]/div[1]/div[1]/div[1]/div[27]/section/div[1]/div[1]/div[1]/div[424]/div[1]/div[1]
The problem is that when I click on search element after Xpath gives me this solution, I get a warning saying element not found.
How would you troubleshoot this kind of issue please?
Thank you.
I am having a real issue for one of my own template. Here is an example:
I have multiple DIVs inside a form like this and would like to detect if a user JOINED, if not, click on subscribe.
The problem I am having is that all the classes and ids in the form are dynamically generated...no real easy to find foot prints.
I tried to use xpath and it gives me something like this:
//*[@id="react-root"]/div[1]/div[1]/div[2]/main/div[1]/div[1]/div[1]/div[1]/div[1]/div[27]/section/div[1]/div[1]/div[1]/div[424]/div[1]/div[1]
The problem is that when I click on search element after Xpath gives me this solution, I get a warning saying element not found.
How would you troubleshoot this kind of issue please?
Thank you.