I tried to click on a dropdown box by Chrome Selenium python. Chrome 110 python version 3
This box can be found OK, but when click() was performed, The error ElementClickIntercepted occured. ...Element MyElement is not clickable at point (x, y)... Other element would receive the click... The abnormal that when i tried to click that box on UI mode(No --headless option), it's OK, no error occurs. This error occurs only with --headless mode. It seems other element covered on my element. i cannot have solution for this
Someone please help me.
I tried serveral solution that i found in here such as
- Wait object
- Action Chains
- Scroll to object
- Maximum windows size But all of them are not working.