Skip to content
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

Dom/Xpath can't find element #1423

Open
KennGuo opened this issue Jan 6, 2025 · 3 comments
Open

Dom/Xpath can't find element #1423

KennGuo opened this issue Jan 6, 2025 · 3 comments

Comments

@KennGuo
Copy link

KennGuo commented Jan 6, 2025

Hey~ I want to click on 用户管理 as shown in the picture. I have tried the complete xpath, dom name, relative path xpath, and ID, class,name。 They are all unable to locate the element. I want to know what caused this. May I ask if you can provide some ideas? Thanks a lot!
I trired:
click 用户管理
click //[@id="orgadmin/useradm/index"]/cite
click /html/body/div[1]/div/ul/ul/li/dl/dd[4]/a/cite
click /html/body/div[1]/div/ul/ul/li/dl/dd[4]/a
click //
[@id="orgadmin/useradm/index"]
Snipaste_2025-01-06_14-09-18

@marcelocecin
Copy link

@KennGuo Hi, if your scenario only requires web automation, I suggest testing this platform: https://www.automa.site

@KennGuo
Copy link
Author

KennGuo commented Jan 10, 2025

@KennGuo Hi, if your scenario only requires web automation, I suggest testing this platform: https://www.automa.site

Hey~In fact, I have tried this tool as well as many other RPA tools. I still love the convenience and beauty of TagUI. I hope to focus on TagUI, thank you very much

@marcelocecin
Copy link

Could you share the website or part of the website's HTML?
The automa extension has an element selector that can be useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants