-
Notifications
You must be signed in to change notification settings - Fork 783
Description
"Mouse Over" keyword seems not working in google chrome. We are getting an error mentioning below
"WebDriverException: Message: u'Element is not clickable at point (-12789, 222.5)'
The same script with "mouse over" keyword which is not working in google chrome is working very fine in Firefox.
during the script run in firefox we could clearly see the mouse overing and the drop down components getting dropped and selected. but this is not happening in google chrome. the mouse over is over on the HTML element but the corresponding list which need tto be drop down on mouse over is not happening. In the robot script execution the "mouse over" keyword is executed and passed but the subsequent keyword (selection of an item from drop down) is failing with the error "WebDriverException: Message: u'Element is not clickable at point (-12789, 222.5)' .
Note: the same script which is failing in chrome is working seemlessly in firefox.
Could any correct / comment on this issue?