Hey there,
I need to click a specific element of a website and I have the inspect element code of it. I have been trying to make it so that this is a something which a click activity will be able to press, but haven’t had much luck.
So, the inspect element part is:
<img draggable="false" src="/vizql/tilecache/BBB91F4CEAED4D338A52FC3D38005E37-1:3/8333/0c807fbb0beab69916c2e6c0518c0599070cd5e6baca910f84a8ae4b2d45a495/views.14986610875715981364_3659304958791998218.yheader.0.78.png?=1647355369699Z30" style="left: 0px; top: 34710px;">
What of this would I be able to use to click this element (if anything)? The ‘top: 34710px;’ part of it is where the pixels are situated on the screen and so will need to be included if possible.
Apologies if this isn’t clear enough, please let me know if you have any questions - I’m still a noob for this!
Thank you!