Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 937 Bytes

driver_configuration.rst

File metadata and controls

26 lines (19 loc) · 937 Bytes

Driver Configuration

Toolium allows to run tests on web browsers (using Selenium) or on mobile devices (using Appium). To choose the browser or the mobile OS, configure type property in [Driver] section in properties.cfg file with one of these values: firefox, chrome, iexplore, edge, safari, opera, phantomjs, ios or android.

The following example shows how to choose Firefox:

[Driver]
type: firefox
.. toctree::
   :hidden:

   Browser Configuration <browser_configuration.rst>
   Mobile Configuration <mobile_configuration.rst>
   Remote Driver Configuration <remote_configuration.rst>
   Multiple Simultaneous Drivers <multiple_drivers.rst>