Using the DevTools

During the development of an script for web automation, you might need to use the embedded browser's developer tools (DevTools) to get selectors to identify elements.

Each browser has different ways to open the DevTools:

What to do next

Once you have the developer tools open, you can easily search for and obtain selectors from the webpage. To do this, see how to Manually copy selectors in the browser for more details.