Execute xpath or css on firefox browser
Selenium provides Xpath & css as element locators on browser, browsers provide an option to execute xpath and css to identify elements, we have seen how to execute xpath & css on chrome browser, Please note firebug or firepath is deprecated for firefox browser! In this post, we will see how to execute xpath & css on…