You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"]
The text was updated successfully, but these errors were encountered:
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
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"]
The text was updated successfully, but these errors were encountered: