dalekjs / dalek

[unmaintained] DalekJS Base framework
MIT License
695 stars 63 forks source link

Multiple selector attributes e.g. .click('a[href*=text1][href*=text2]') #137

Closed ghguy closed 9 years ago

ghguy commented 9 years ago

It seems like PhantomJS does not work correctly with multiple attributes like td.menuItemNormal[menuid="createMenu"] or even select[name=listSearchIn] option[value=longTag], a[href=text1][href=text2] ...

Is this a known issue?

Thanks!

asciidisco commented 9 years ago

Well, not known to me, but you should ask this over at the PhantomJS bugtracker or mailing list.

ghguy commented 9 years ago

Yes, this works with PhantomJS.