I'm trying to learn how to use the click once element on a webpage. I assume that it works to uncover data that could be held in a dropdown element, once clicked reveals the data which is then captured.
For example -
On the above page the EAN field needs to be clicked once before the dropdown is revealed and data can be scraped. What's the correct configuration within the browser based scraper to achieve this?

