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:
- Opening the DevTools in Mozilla Firefox browser 🡥
- Opening the DevTools in Google Chrome browser 🡥
- Opening the DevTools in Microsoft Edge browser 🡥
- Opening the DevTools in Internet Explorer browser 🡥
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.