You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
Hi, thanks for the great work.
I'm trying to test some elements that have a onMouseDown function bound to it with the Navalia click method, but the event is not triggered.
Don't know if the best option is to create a new Navalia method called mouseDown or make click work with onClick, onMouseDown and other types of events like touch.
The text was updated successfully, but these errors were encountered:
Hey friend! I'll keep this issue open, but you should probably be using something more vetted at this point like puppeteer or chromeless as they're under active development (I'm not pursuing further development at this time in Navalia).
If those packages don't meet your needs I'd be curious to hear your reasons as I actively contribute to them now. Thanks!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, thanks for the great work.
I'm trying to test some elements that have a
onMouseDown
function bound to it with the Navaliaclick
method, but the event is not triggered.Don't know if the best option is to create a new Navalia method called
mouseDown
or makeclick
work withonClick
,onMouseDown
and other types of events like touch.The text was updated successfully, but these errors were encountered: