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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -