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.
我有一个应用程序,其中按钮 ID 不断变化。唯一一致的是标签。EG:按钮的“登录”标签。如何找到标签为“登录”的按钮?有人请帮我吗?
你可以使用xpath吗?
//button[text()='EG']