How can I find the CSS selector of an element?
The majority of the browser give a tool to find the CSS selector of any element in few clicks. We will explain how to find it using Google Chrome:
Go on the website where there is the element you want to click on, and then right click on it and select "Inspect".
Then right click on the html code highlighted, select "Copy" and then "Copy selector".
That's it, you have it!