-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot find xpath to type - consider visual automation method for tricky scenarios #875
Comments
Hi coolmonster, Instead of using XPath, the script below works:
Seems kind of challenging to construct XPath, your path seems ok but I encounter issue too:
... had tried and failed with the following too:
Truly painful to get XPath to work. |
Thank you for the solution truly grateful. but line number 9 and 10 types in terminal. |
Hi @coolmonster and @kelvinl22, sorry I was away the past few months - tebelorg/RPA-Python#144 Yes, using XPath is powerful but there are still tricky situations, eg in frames, and popup box like above. Such dialog boxes can block execution of TagUI, thus control is not returned to TagUI until user manually clicks. What @kelvinl22 shared is a workaround. If 9 and 10 types into the terminal, then just add a step before that to click on the browser to set it in the foreground. Some actions may cause browser to be away from foreground, try to replicate the same steps as a normal user manual actions. |
Hi i couldn't find a solution to this problem
i am trying to type name and email address in the field but i am unable to do so. it say it couldn't find the path. please spare few minute to look into my problem i adding the script. thank you in advance
webex.zip
The text was updated successfully, but these errors were encountered: