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.
我是 selenium ide 的新手,面临以下问题:
我在 Target 中有一个用于单击命令的动态值。该值类似于:XYZ_1234098:out。数值不断变化。我已经尝试过包含和开始,但没有成功。
我尝试过使用正则表达式,但我想我们不能在 selenium ide 中使用它们。
请为该问题提出任何可能的解决方案。
考虑到在您的情况下,某些标签是id=XYZ_1234098。你可以尝试类似的东西
//*[contains(@id,'XYZ')]