Developer Tools –

Right-click on the web page. Navigate to inspect element to find the developer’s tool. 

Note: There are some websites where the right-click is disabled. eg. IRCTC, banking websites, etc. In order to open the developer’s tool on these websites click “Fn+F12”. 

Developer’s tools are not user-friendly and we can not write X path and CSS selectors for them. 

 

Find Web Elements using Selenium WebDriver

We can identify web elements in the web page using the following two tools: 
 

  1. Developer Tools 
     
  2. FireBug and FirePath

 

Similar Reads

Developer Tools –

Right-click on the web page. Navigate to inspect element to find the developer’s tool....

FireBug and FirePath –

FireBug is an add on available with the Firefox browser only. It is used to identify the web-elements on a web page....