Created
February 5, 2020 14:17
-
-
Save coolvasanth/90d75b5aad40396ad4e6a1b7192bf093 to your computer and use it in GitHub Desktop.
Error while starting the session Appium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="description" content="My Company Captcha Page"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link href="https://static.mycompany.com/captcha/images/apple-touch-icon-72px.png" rel="apple-touch-icon-precomposed" sizes="72x72" /> | |
<link rel="preconnect" href="https://static.mycompany.com" /> | |
<link rel="shortcut icon" href="https://static.mycompany.com/captcha/images/favicon-bluesteel-72px.png" type="image/png" /> | |
<link href="https://static.mycompany.com/captcha/images/apple-touch-icon-114px.png" rel="apple-touch-icon-precomposed" sizes="114x114" /> | |
<link href="https://static.mycompany.com/captcha/images/apple-touch-icon-144px.png" rel="apple-touch-icon-precomposed" sizes="144x144" /> | |
<title>Block page</title> | |
<link rel="stylesheet" href="https://static.mycompany.com/captcha/css/bootstrap-3.3.7.min.css" media="all" /> | |
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | |
<!--[if lt IE 9]> <link rel="stylesheet" href="inc/iefix/bootstrap-3.3.7.min.css" media="all" /> <script src="https://static.mycompany.com/captcha/js/html5shiv-3.7.3.min.js"></script> <script src="https://static.mycompany.com/captcha/js/respond-1.4.2.min.js"></script> <![endif]--> | |
<link rel="stylesheet" href="https://static.mycompany.com/captcha/css/style-1.7.css" media="all" /> </head> | |
<body> | |
<div class="container"> | |
<div class="row header"> | |
<div class="col-md-12"> <img src="https://static.mycompany.com/captcha/images/monogram_red.png" width="58" height="58" alt="mycompany.com" /> <span>My Companyk</span> </div> | |
</div> | |
<!-- end header row --> | |
<div class="row main"> | |
<div class="col-sm-12 vcenter table-responsive"> | |
<div class="title"> <img src="https://static.mycompany.com/captcha/images/warn.png" width="48" height="48" alt="" /> <span class="title">Access Blocked</span> </div> | |
<!-- end title --> | |
<div class="message">MyCompany currently <b>blocks access</b> to this website. This action is blocked because of the following reason: | |
<br/> | |
<p><b>Blocked due to invalid server IP</b></p> | |
<p class="blockurl">URL: <b>http://localhost:4723/wd/hub/session</b></p> <span class="blockhighlight">If there is a legitimate business need to access this website, please follow <a href="https://mycompany.service-now.com/nav_to.do?uri=%2Fcom.glideapp.servicecatalog_cat_item_view.do%3Fv%3D1%26sysparm_id%3D95a6de1edbf85b80d087d8965e9619a4">this link</a> to request an exception.</span></div> | |
</div> | |
<!-- end col-sm-12 --> | |
</div> | |
<!-- end main --> | |
<div class="row languages row-centered"> | |
<div class="col-sm-12 col-centered languages"><a href="/pitc/?url=http%3A%2F%2Flocalhost%3A4723%2Fwd%2Fhub%2Fsession&referer=&reason=Blocked+due+to+invalid+server+IP&reasoncode=INVALID_SERVER_IP_DENIED&timebound=1&action=deny&kind=category&rule=&cat=Image+host&user=other&lang=en&zsq=BmF543SnWj87987DF43sJHBM89BmF543SnWj879zsq">English</a> | <a href="/pitc/?url=http%3A%2F%2Flocalhost%3A4723%2Fwd%2Fhub%2Fsession&referer=&reason=Blocked+due+to+invalid+server+IP&reasoncode=INVALID_SERVER_IP_DENIED&timebound=1&action=deny&kind=category&rule=&cat=Image+host&user=other&lang=fr&zsq=BmF543SnWj87987DF43sJHBM89BmF543SnWj879zsq">Français</a> | <a href="/pitc/? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment