We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To solve the port leaking issue #4162, I upgrade the selenium to v4.0.0a1 and use AppiumOptions. However, it always reports 'Access is denied' error.
The driver setup is like this:
var options = new AppiumOptions(); options.AddAdditionalOption("platformName", "iOS"); options.AddAdditionalOption("deviceName", "iPhone X");
Any solution on that?
The text was updated successfully, but these errors were encountered:
This is a question rather than an issue. Please send questions to the selenium user group, to StackOverflow, or join us in the IRC/Slack channel where the community can help you as well.
Sorry, something went wrong.
No branches or pull requests
To solve the port leaking issue #4162, I upgrade the selenium to v4.0.0a1 and use AppiumOptions. However, it always reports 'Access is denied' error.
The driver setup is like this:
Any solution on that?
The text was updated successfully, but these errors were encountered: