We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4da7e9 commit 37cd6cbCopy full SHA for 37cd6cb
lib/helper/Appium.js
@@ -275,7 +275,7 @@ class Appium extends Webdriver {
275
const _convertedCaps = {}
276
for (const [key, value] of Object.entries(capabilities)) {
277
if (!key.startsWith(vendorPrefix.appium)) {
278
- if (key !== 'platformName' && key !== 'bstack:options') {
+ if (key !== 'platformName' && key !== 'bstack:options' && key !== 'sauce:options') {
279
_convertedCaps[`${vendorPrefix.appium}:${key}`] = value
280
} else {
281
_convertedCaps[`${key}`] = value
0 commit comments