appium / appium-uiautomator2-driver

Appium driver for Android UIAutomator2
Apache License 2.0
519 stars 170 forks source link

Setting 'disableIdLocatorAutocompletion' is not supported #802

Closed testingmobileat closed 1 week ago

testingmobileat commented 1 week ago

Hi everyone, I tried to update appium settings in my capabilities 'appium:settings[disableIdLocatorAutocompletion]': true, and also tried this, driver.updateSettings({ 'appium:disableIdLocatorAutocompletion': true }) Always got the error

"Setting 'disableIdLocatorAutocompletion' is not supported." image

But when using the appium inspector it works.

KazuCocoa commented 1 week ago

Please attach the full appium server log.

testingmobileat commented 1 week ago

@KazuCocoa This is the full log, i'm using webdriverIO and running in browserstack. I'm not sure this issue from appium or browserstack. log.txt Thank you for helping me.

KazuCocoa commented 1 week ago

It is not appium server log. Please ask the BS customer support to get the full appium server log if you don't the way. I assume they customize that, or their running UA2 driver is old.

testingmobileat commented 1 week ago

Ok thank you, i will ask them. For now I will close this issue