-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find possible bugs #10
Comments
Scrolling events cause the test to fail when the webpage does not have scroll bars |
Forcing clicks may cause the test to fail when some elements are selected as targets. Usually the elements that induce the errors do not have a natural click response, such as some divs, spans, etc. |
Apparently, scrolling events do not work well because of the variables curX and curY not changing at the expected time of the execution. |
Test different web applications to find anomalies
The text was updated successfully, but these errors were encountered: