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 subs...@googlegroups.com
Hi,
I was going to add my own step implementation for FindByCssSelector, only to realise that # is used for comments (and therefore I can't select something like #modal-dialog .close-button). I guess there's nothing I can do about that?
Kind regards,
Richard
Ian Moore
unread,
May 19, 2014, 6:04:01 AM5/19/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 subs...@googlegroups.com
Hi Richard,
You can put # in quotes and it will be treated as a literal, although the eclipse plugin highlighting appears to comment out the rest of the line, so I think you should be able to define a substep as
Define: FIndByCss "<selector>" ...... <selector>
I think we should incorporate that into the core webdriver substeps to be honest....