Reputation: 147
I believe the default Selenium web browser is Firefox. My professor asked me to operate Selenium with Firefox version 43.0.1. Above it doesn't work, tested! However the issue is, I installed the latest version of Firebug and FirePath to get the XPaths. But it doesn't seem to work. Please help. I have read the earlier posts on a related topic in StackOverflow, still not working.
Upvotes: 0
Views: 461
Reputation: 20105
Firebug is officially discontinued. Though you don't need Firebug or FirePath to use Selenium.
Selenium also works with CSS selectors. Or, if you really need XPaths, you can copy them using the Firefox DevTools' Inspector.
Upvotes: 0