Can I use Selenide with Selenium Grid?
Yes, Selenide supports Selenium Grid. Just add property -Dremote=http://localhost:5678/hub when running tests.
Can I run Selenide tests with Internet Explorer? Headless browser?
Yes. Selenide can run tests with any browsers that has webdriver binding. The most popular browsers are supported from the box (chrome, firefox, ie, phantomjs, htmlunit, safari, opera). Others can be also used by passing webdriver class name.
E.g. to run tests with PhantomJS browser: -Dbrowser=phantomjs
--
You received this message because you are subscribed to the Google Groups "selenide" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenide+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.