Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究一些机器人,我需要使用某个特定元素的 xpath,该元素的地址中有关键字“label”,所以无论我在关键字 label 之后写什么,它的机器人都将它作为标签的参数。在这里,它将“by”作为标签的参数。
selenium.click search ‴/html/body/app-root/div[2]/app-rpa1/div/div[2]/form/div/div[1]/rpa1-field/div/label‴ by xpath
G1ANT 在语法着色方面存在一些问题。不要担心by参数被着色为标签,它将被正确解析并且您的脚本应该可以正常工作。
by