-
Notifications
You must be signed in to change notification settings - Fork 353
Open
Labels
Description
Hello for what I have understood $click searchs for the element in the page and then simulate a mouse click. This work nice in some scenarios, but not in all. For example I am trying to scrap a map where clicking in markers display it's corresponding information, but when trying to click in no visible markers nothing happens while when I use js in browser console to simulate the click it does work. So I think it would be nice to have $clik to work as js click function.