开发者

xpath-locator plugin in firefox

开发者 https://www.devze.com 2023-03-11 06:49 出处:网络
Is xpath-l开发者_开发百科ocator plug-in for Firefox can help in locating the elements in selenium script.

Is xpath-l开发者_开发百科ocator plug-in for Firefox can help in locating the elements in selenium script.

Any limitation using this plug-in in script?


It's always better to create your own xpath using firebug, firepath (a firebug extension) , webdeveloper or any other tool. You will learn to create xpaths which are not brittle. :)


Your question is very generic. It is not possible to cover all or at least the most variants of dynamically generated HTML source code to find elements by just using Xpath or CSS selectors. You will need a more "intelligent" logic.

If you tell us what your exact task is, we may help you with a solution for your problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号