So I'm trying to click om "eggs" spawned by this chrome extension Play Vairus but nothing seems to be working, Is it because extension elements are isolated?
I tried things such as document.getElementById('elementID').click(); and $('selector').click ();
I could be approaching this in a wrong manner so any guidance is appreciated