33Driver Configuration
44====================
55
6- Toolium allows to run tests on web browsers (using Selenium) or on mobile devices (using Appium). To choose the browser
7- or the mobile OS, configure :code: `type ` property in :code: `[Driver] ` section in :code: ` conf/properties.cfg ` file with
8- one of these values: :code: `firefox `, :code: `chrome `, :code: `iexplore `, :code: ` edge `, :code: ` safari `, :code: ` ios ` or
9- :code: `android `.
6+ Toolium allows to run tests on web browsers (using Selenium or Playwright ) or on mobile devices (using Appium). To
7+ choose the browser or the mobile OS, configure :code: `type ` property in :code: `[Driver] ` section in
8+ :code: ` conf/properties.cfg ` file with one of these values: :code: `firefox `, :code: `chrome `, :code: `iexplore `,
9+ :code: `edge `, :code: ` safari `, :code: ` ios ` or :code: ` android `.
1010
1111The following example shows how to choose Firefox::
1212
@@ -18,9 +18,9 @@ If driver is not needed, typically in API tests, disable it using an empty strin
1818 [Driver]
1919 type: api
2020
21- By default, Toolium configuration is loaded from :code: `conf/properties.cfg ` and :code: `conf/local-properties.cfg ` files. If
22- different properties files are used for different environments, they can be selected using a system property named
23- :code: `TOOLIUM_CONFIG_ENVIRONMENT `. For example, if :code: `TOOLIUM_CONFIG_ENVIRONMENT ` value is :code: `android `,
21+ By default, Toolium configuration is loaded from :code: `conf/properties.cfg ` and :code: `conf/local-properties.cfg `
22+ files. If different properties files are used for different environments, they can be selected using a system property
23+ named :code: `TOOLIUM_CONFIG_ENVIRONMENT `. For example, if :code: `TOOLIUM_CONFIG_ENVIRONMENT ` value is :code: `android `,
2424Toolium configuration will be loaded from :code: `conf/properties.cfg `, :code: `conf/android-properties.cfg ` and
2525:code: `local-android-properties.cfg ` files:
2626
@@ -45,6 +45,7 @@ Behave:
4545 - :ref: `Driver Configuration Modification <driver_configuration_modification >`
4646- :ref: `Browser Configuration <browser_configuration >`
4747- :ref: `Mobile Configuration <mobile_configuration >`
48+ - :ref: `Playwright Configuration <playwright_configuration >`
4849- :ref: `Remote Driver Configuration <remote_configuration >`
4950- :ref: `Multiple Simultaneous Drivers <multiple_drivers >`
5051- :ref: `Reuse Driver <reuse_driver >`
@@ -55,6 +56,7 @@ Behave:
5556 Driver Configuration Modification <driver_configuration_modification.rst >
5657 Browser Configuration <browser_configuration.rst >
5758 Mobile Configuration <mobile_configuration.rst >
59+ Playwright Configuration <playwright_configuration.rst >
5860 Remote Driver Configuration <remote_configuration.rst >
5961 Multiple Simultaneous Drivers <multiple_drivers.rst >
6062 Reuse Driver <reuse_driver.rst >
0 commit comments