-1
I am recently working with Selenium in Python and facing a problem in my automation:
Selenium identifies the element (either by xpath or any other way), but at the moment of clicking, the element does not behave as expected. Here are 2 images on:
If someone did not understand the question, please let me know so that I can elaborate it better. I am really in need of this answer.
Thank you in advance!
From what I’ve seen of the image, there’s the attribute
disabled="true"
on the button you wish to click, you could remove themetatag disabled
and after removing click.– Danizavtz