Skip to content

Commit a196ee4

Browse files
docs: Add troubleshooting section (#313)
1 parent 7ecffef commit a196ee4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,17 @@ The Mac2 driver supports the following scripts:
739739
Run `appium driver run mac2 open-wda` to open the bundled WebDriverAgentMac source in Xcode and to print the path to the main .xcodeproj file into the Terminal.
740740

741741

742+
## Troubleshooting
743+
744+
### "WebDriverAgentRunner-Runner is from unidentified developer" system alert is shown on session startup
745+
746+
This is a macOS security feature and it cannot be disabled.
747+
The only way to workaround this behavior is to configure digital signing for WDA.
748+
Check [the Stackoverlow thread](https://stackoverflow.com/questions/41062607/osx-complains-that-app-is-from-unidentified-developer-although-it-passes-all-va)
749+
for more details on how to do it. Use the [open-wda driver script](#open-wda) to quickly
750+
open WebDriverAgent sources in Xcode.
751+
752+
742753
## Examples
743754

744755
```python

0 commit comments

Comments
 (0)