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 NightwatchJs
<iclass="fa fa-facebook fa-stack-1x white fa-inverse"></i>
Hi,
How can I make this clickable with nightwatch?
Thanks
Ashis Rai
unread,
May 17, 2016, 10:39:58 PM5/17/16
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 NightwatchJs
There is a NightWatch command called "click" where you can pass css selector. The basic format is .click('css selector')
.click('.fa-stack-1x')
Rita
unread,
May 18, 2016, 12:40:17 PM5/18/16
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 NightwatchJs
Thank you Ashis
Eric Mumford
unread,
Jun 7, 2016, 1:03:17 AM6/7/16
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 NightwatchJs
Nightwatch won't always be able to click on every selector. Javascript can do all sorts of things in terms of making things clickable dynamically.
If you can't make .click() work then you may need to examine the page and see if jquery is doing something fancy, and possibly write a custom executor for it.
Rita
unread,
Jun 7, 2016, 4:45:25 AM6/7/16
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 NightwatchJs
Thank you Eric. I´m new working with nightwatch, so every tip is very welcomed.
terça-feira, 17 de Maio de 2016 às 13:13:05 UTC+1, Rita escreveu: