selenium-ide
selenium-ide copied to clipboard
Clicking coordinate rather than target when target element has zero size for electron version (I will create PR for this)
🚀 Feature Proposal
Clicking coordinate rather than target when the target element has zero sizes. I will create a pull request with that feature.
Motivation
When I test some webs, I found out that there exist some cases when the target element has zero sizes, it will report an error. However, when I use the browser extension version of selenium-ide, it can click that place successfully. Therefore, I am wondering probably we can add this feature back to the electron version of selenium ide.
Example
Some use cases may be like when a pop-up window is triggered in a web page, the background may become vague. At this time, the background is not clickable, but if the user wants to test whether the pop-up window can keep showing even if he/she clicks the background, then this action will fail in the electron selenium-ide but can succeed in the browser extension version of selenium ide.