You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nightw...@googlegroups.com
Hey,
I can't find any examples on the internet of how to reference the launch URL from the nightwatch.js configuration in the actual test itself. Really simple example would be appreciated! Documentation is a little sparse.
Thanks
Simon
Michael Valentine
unread,
Aug 20, 2014, 1:12:07 PM8/20/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nightw...@googlegroups.com
You can access it from inside a test using client.launch_url. ex. client.url(client.launch_url); //Opens the browser to the launch url target