There are 6 profiles to choose a browser to test on:
-
browser-firefoxTo run tests on Mozilla Firefox. If its binary is installed in the usual place, no additional information is required.
-
browser-chromeTo run tests on Google Chrome. Need to pass a
-Darq.extension.webdriver.chromeDriverBinaryproperty pointing to achromedriverbinary. -
browser-ieTo run tests on Internet Explorer. Need to pass a
-Darq.extension.webdriver.ieDriverBinaryproperty pointing to aIEDriverServer.exe. -
browser-safariTo run tests on Safari. If its binary is installed in the usual place, no additional information is required.
-
browser-operaTo run tests on Opera. Need to pass a
-Darq.extension.webdriver.opera.binaryproperty pointing to a Opera executable. -
browser-phantomjsTo run tests on headless browser PhantomJS. If you do not specify the path of phantomjs binary via
-Dphantomjs.binary.pathproperty, it will be downloaded automatically.