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
Hi all,
im new in using nightmarejs. and i just install the node & nightmare just today
im assume the version are pretty new
i have an automation on do some specific action within some website.
the problem is, when i do click the button to login to that website. naturally, it will popup a new window.
in program( java script), when i do command click("submit1"), the browser are now closed, the popup window doesnt show up and also seems my program crash(exit). so i cant continue that automation
is there any idea regarding that issue.
The text was updated successfully, but these errors were encountered:
I'm not sure I follow: when you click #submit1, the browser you click in closes? Have you tried this with .catch()? Also, are you sure the popup does not appear? (The base Nightmare window is set to be always on top. Try moving it around to see if the popup is hidden.)
It's worth noting that Nightmare does not work with multiple windows by default. I wrote a plugin to address very basic window management needs, but it lacks most of the basic commands that Nightmare has and exists more as a prototype than anything. See the discussion for making window management native in the next major revision in #593.
Hi all,
im new in using nightmarejs. and i just install the node & nightmare just today
im assume the version are pretty new
i have an automation on do some specific action within some website.
the problem is, when i do click the button to login to that website. naturally, it will popup a new window.
in program( java script), when i do command click("submit1"), the browser are now closed, the popup window doesnt show up and also seems my program crash(exit). so i cant continue that automation
is there any idea regarding that issue.
The text was updated successfully, but these errors were encountered: