Issue with security policy & WebDriverAgentMac
Hi ^^
After update on Sonoma OS (14.0) i'm experiencing an issue when test starts. Each test should be approved manually to use newly created "WebDriverAgentRunner-Runner"
"WebDriverAgentRunner-Runner" is from an unidentified developer and differs from previously opened versions. Are you sure you want to open it?
Opening "WebDriverAgentRunner-Runner" will allow it to create access data from previously used versions of "WebDriverAgentRunner-Runner"
My OS settings:
Privacy & Security -> Allow applications downloaded from - Anywhere (sudo spctl --master-disable) automationmodetool enable-automationmode-without-authentication command is executed XCode Helper app is enabled in "Privacy & Security -> Accessibility"
Pre-build WDA & webDriverAgentMacUrl capability fixed my issue. Hope it'll help somebody
@DmitryMishtal care to explain a bit more or reference a link on how you did this? I'm facing the same error. Thanks!
@mykola-mokhnach Hi, I got the same problem, and I have done all settings that you said in Readme, include "Xcode Helper", "automationmodetool enable-automationmode-without-authentication".
And I do not want to use Pre-build WDA & webDriverAgentMacUrl, could you please help me to figure out why this alert appear when I start appium
You may reconfigure WDA and sign it with a digital signature to prevent the above message
You may reconfigure WDA and sign it with a digital signature to prevent the above message
Hello, I'm also experiencing this issue, but I can't find any documentation on how to do the above. Could someone point me to the docs? Thanks!
By the way, this problem seems to occur on every macOS machine I've tried recently. I suspect it's caused by Sonoma's sandbox security, right?