I am automating my test case where I need to install an extension and click on it and perform some action after that. I am able to install the plugin but not able to click on the same since selenium/ LeanFT isn't allowing me to do so. Please suggest how do I do that?
What I have tried - Actions class in java to click on x,y coordinates - not helping me!
Thanks Manav