-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
add exit intent example #453
Comments
Even I am having some issues to automate this scenario. This is one of the many things that I have tried so far but no success. The coordinates are just random trials:
I have also tried events like |
Hi @filiphric. Can you please advice how to deal with this case? I have already tried it but to no success. |
@praveenpandey02 do you have a page that you want to test this scenario on? Usually the leave intent is just some event listener on invisible element, so getting the right element and using |
Yes @filiphric. This is the page I am trying to test: https://the-internet.herokuapp.com/exit_intent |
I think the problem might be with the targeted element. Looking at the application, I see that here’s an example: https://github.com/filiphric/exit-intent |
Your solution worked like a charm! I am still wondering why |
Add example for testing a modal or event that occurs when a user signals intent to exit the page by leaving the window with their mouse.
Need to create an example to test against, sample code below.
The text was updated successfully, but these errors were encountered: