KEYCLOAK-14236 Support for custom Firefox preferences
This commit is contained in:
parent
6a96576296
commit
e873c70374
2 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
<property name="firefoxLogLevel">OFF</property>
|
<property name="firefoxLogLevel">OFF</property>
|
||||||
<property name="firefoxLegacy">${firefoxLegacyDriver}</property>
|
<property name="firefoxLegacy">${firefoxLegacyDriver}</property>
|
||||||
<property name="firefoxDriverVersion">${firefoxDriverVersion}</property>
|
<property name="firefoxDriverVersion">${firefoxDriverVersion}</property>
|
||||||
|
<property name="firefoxUserPreferences">${firefoxUserPreferences}</property>
|
||||||
|
|
||||||
<!-- chrome -->
|
<!-- chrome -->
|
||||||
<property name="chromeBinary">${chromeBinary}</property>
|
<property name="chromeBinary">${chromeBinary}</property>
|
||||||
|
@ -86,6 +87,7 @@
|
||||||
<property name="firefoxLogLevel">OFF</property>
|
<property name="firefoxLogLevel">OFF</property>
|
||||||
<property name="firefoxLegacy">${firefoxLegacyDriver}</property>
|
<property name="firefoxLegacy">${firefoxLegacyDriver}</property>
|
||||||
<property name="firefoxDriverVersion">${firefoxDriverVersion}</property>
|
<property name="firefoxDriverVersion">${firefoxDriverVersion}</property>
|
||||||
|
<property name="firefoxUserPreferences">${firefoxUserPreferences}</property>
|
||||||
|
|
||||||
<!-- chrome -->
|
<!-- chrome -->
|
||||||
<property name="chromeBinary">${chromeBinary}</property>
|
<property name="chromeBinary">${chromeBinary}</property>
|
||||||
|
|
|
@ -165,6 +165,7 @@
|
||||||
<firefox_binary/> <!-- the path is set automatically based on the OS -->
|
<firefox_binary/> <!-- the path is set automatically based on the OS -->
|
||||||
<firefoxLegacyDriver>false</firefoxLegacyDriver>
|
<firefoxLegacyDriver>false</firefoxLegacyDriver>
|
||||||
<firefoxDriverVersion/>
|
<firefoxDriverVersion/>
|
||||||
|
<firefoxUserPreferences/>
|
||||||
<chromeBinary/>
|
<chromeBinary/>
|
||||||
<chromeArguments/>
|
<chromeArguments/>
|
||||||
<chromeDriverVersion/>
|
<chromeDriverVersion/>
|
||||||
|
@ -520,6 +521,7 @@
|
||||||
|
|
||||||
<firefoxLegacyDriver>${firefoxLegacyDriver}</firefoxLegacyDriver>
|
<firefoxLegacyDriver>${firefoxLegacyDriver}</firefoxLegacyDriver>
|
||||||
<firefoxDriverVersion>${firefoxDriverVersion}</firefoxDriverVersion>
|
<firefoxDriverVersion>${firefoxDriverVersion}</firefoxDriverVersion>
|
||||||
|
<firefoxUserPreferences>${firefoxUserPreferences}</firefoxUserPreferences>
|
||||||
|
|
||||||
<appium.platformName>${appium.platformName}</appium.platformName>
|
<appium.platformName>${appium.platformName}</appium.platformName>
|
||||||
<appium.deviceName>${appium.deviceName}</appium.deviceName>
|
<appium.deviceName>${appium.deviceName}</appium.deviceName>
|
||||||
|
|
Loading…
Reference in a new issue