I've come across a website that requires me to click on multiple elements scattered throughout the page
Here is the code for one of the elements:
<span class="icon icon-arrow-2"></span>
Is there a way to provide me with the console command to quickly click on all elements with the class "icon icon-arrow-2" at once in Google Chrome?