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 154f2f7 commit 7317709Copy full SHA for 7317709
lib/helper/Appium.js
@@ -276,7 +276,7 @@ class Appium extends Webdriver {
276
const _convertedCaps = {};
277
for (const [key, value] of Object.entries(capabilities)) {
278
if (!key.startsWith(vendorPrefix.appium)) {
279
- if (key !== 'platformName') {
+ if (key !== 'platformName' && key !== 'bstack:options') {
280
_convertedCaps[`${vendorPrefix.appium}:${key}`] = value;
281
} else {
282
_convertedCaps[`${key}`] = value;
0 commit comments