Hi, I’m using Appium version 1.0.1 with Appium Server 1.6.4 in MacOS and I’m facing to an issue when I try to start new session.
This is my Capabilities:
{
“platformName”: “android”,
“platformVersion”: “6.0”,
“deviceName”: “Android Emulator - Nexus_6_API_23:5554”,
“app”: “/Users/tranthithuhuyen/Documents/workspace/DemoLogin/app/LoginDemoAppAndroid.apk”,
“noReset”: true,
“automationName”: “Appium”
}
After I start the Session, the issue is displayed as below:
Access Denied
An access request has been blocked due to one of the following reasons:
- You do not have sufficient privileges to access this destination
- Your corporate IT policies prohibit access to this content or application
- McAfee Global Threat Intelligence has determined
- this destination to have a suspicious or malicious reputation at this time
- something in the connection that matches a threat defense signature
- malware, spyware or other content should be blocked
Please contact your administrator if you feel this is incorrect.
Anyone faced the same issue. Please advise! Thanks!