Skip to content
New issue

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

Access is denied: 'OpenQA.Selenium.Remote.DesiredCapabilities'. -> AppiumOptions.ctor() #7288

Closed
jackwangchs opened this issue Jun 13, 2019 · 1 comment

Comments

@jackwangchs
Copy link

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?

@diemol
Copy link
Member

diemol commented Jun 14, 2019

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.

@diemol diemol closed this as completed Jun 14, 2019
@lock lock bot locked and limited conversation to collaborators Aug 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants