javascript - Using Selenium without Firebug? -


i installing selenium right , tutorials say, need firebug. unfortunnally on download page (https://getfirebug.com/) says:

the firebug extension isn't being developed or maintained longer. invite use firefox devtools instead, ship firebug.next

does mean have use firefox devtools run selenium now?

you don't need firebug. right clicking element in firefox or chrome provide option inspect element. there can right click on html copy xpath , css, see element's id, name, class etc. tools can found pressing ctrl+shift+i in both chrome , firefox.


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -