You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
driver = webdriver.Chrome(options=options)
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\a0233720\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 45, in init
super().init(
File "C:\Users\a0233720\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 56, in init
super().init(
File "C:\Users\a0233720\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 206, in init
self.start_session(capabilities)
File "C:\Users\a0233720\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 290, in start_session
response = self.execute(Command.NEW_SESSION, caps)["value"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\a0233720\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
self.error_handler.check_response(response)
File "C:\Users\a0233720\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 193, in check_response
raise exception_class(value)
selenium.common.exceptions.WebDriverException: Message:
<script src='/mwg-internal/de5fs23hu73ds/files/default/Coaching_Page/jquery-1.10.2.js' type="text/javascript"></script>
<script src='/mwg-internal/de5fs23hu73ds/files/default/Coaching_Page/bootstrap.js' type="text/javascript"></script>
<script src='/mwg-internal/de5fs23hu73ds/files/default/Coaching_Page/respond.js' type="text/javascript"></script>
<script type="text/javascript">
function showFAQs() {
divs = document.getElementsByClassName("FAQs");
for (i = 0; i < divs.length; i++) {
display = divs[i].style.display;
if (display == "block") {
divs[i].style.display= "none";
} else {
divs[i].style.display= "block";
}
}
}
</script>
<style>
.FAQ { display:none; /* 's' was removed from end of .FAQ to disable style */}
</style>
Proceed with caution
The Internet site you are trying to access is not categorized by TI's security vendor.
Uncategorized sites have a higher rate of malicious Internet content.
<p>
If you trust this site, click <b>'Yes, continue to site'.</b> Otherwise, close this page and exit.
</p>
<br />
<p>
</p>
<p style="float:left">
</p>
<p style="float:right">
<b> Please confirm: </b>
<input type="button" id="activatebutton" value="Yes, continue to site »" onclick="activateSession("/mwg-internal/de5fs23hu73ds/plugin?target=QuotaPlugin&quotatype=coaching","","aHR0cDovL2xvY2FsaG9zdDo2MzQ3NC9zZXNzaW9u.1691662416.672255223.J-OFRgD_sWYPXnxUWmeo4mlBPd2jTFiyLqiVW7HMC-4,"); return false;" class="btn btn-primary btn-lg" style="margin-left:5em" />
</p>
<br />
<br />
<br />
<br />
<p>
<b>URL: </b><font color="red">http://localhost:63474/session</font>
</p>
<p>
<!-- Click <a href="#faqs"><font size="4">here</font></a> for a list of Frequently Asked Questions (FAQs). -->
For further questions, go to <a href="http://help.ti.com"><font size="4">http://help.ti.com</font></a> and contact the help desk.
</p>
<div class="FAQs" id="faqs">
<br />
<h1> FAQs </h1>
<br />
<p>
TI's web security vendor, McAfee, utilizes a site categorization engine named TrustedSource.
TrustedSource is an Internet reputation system that provides reputation scores for Internet identities,
such as IP addresses, URLs, domains, and email/web content. TrustedSource works by analyzing in real-time
traffic patterns from email, web and network data flows from McAfee's global set of security appliances
and hosted services, as well as those of partners.
</p>
<p>
<ul>
<font size="4">
<li><font color="red">Why is XYZ site uncategorized?</font></li>
<p class="answer">
  There are numerous reasons that a site might be uncategorized by McAfee. The most frequent reason is that the site is not commonly visited
by Internet users, or you may have mis-typed the URL. Alternatively, the site might be very new and McAfee hasn't yet had the chance to assign a category to the site.
</p>
<br />
<br />
<li><font color="red">How do I get a site categorized?</font></li>
<div>
  To request that a site have a proper category, please visit <a href="https://sitelookup.mcafee.com/"><font size="4">this link</font></a>.
First select <b>"McAfee Web Gateway v7.x/v6.9.x (resident)"</b> from the drop down menu. Then enter the URL into the freeform field beneath the drop down menu.
After clicking <b>"Check URL",</b> you will be given the option to suggest categories for the site.
</div>
<br />
<br />
<li><font color="red">Do I need to get this site categorized?</font></li>
  There is no strict requirement to request that a site be categorized. However, it may benefit you to request that a site be categorized if you frequently visit the
site and are continually having to click through this warning page.
</font>
</ul>
</p>
</div>
Cut and Paste working example off internet
Exception occurs at the webdriver statement. No difference in output results between MS-edge, Chrome, Firefox browsers
Expected behavior
expected webpage
Actual behavior
diverted to error page
The text was updated successfully, but these errors were encountered:
@DavidBRatcliff, you were using a pretty old version of PSReadLine (2.0.0-beta2 or prior), and it's likely that the issue was fixed in a newer version.
Please upgrade to the 2.2.6 version of PSReadLine from PowerShell Gallery.
See the upgrading section for instructions. Please let us know if you run into the same issue with the latest version.
Error is independent of PSReadLine, as program originally ran without PSReadLine, and it was only added to help diagnose the problem. Please try again.
Prerequisites
Exception report
Screenshot
<script src="/mwg-internal/de5fs23hu73ds/files/javascript/sw.js" type="text/javascript" ></script> <style> a:link { font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:Red; } a:visited { font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:Red; } td { font-family:Arial,Helvetica,sans-serif; padding-left:20px; padding-right:20px; } </style> <title>Restricted Site</title>Proceed with caution
The Internet site you are trying to access is not categorized by TI's security vendor.
Uncategorized sites have a higher rate of malicious Internet content.
© 2015 - Texas Instruments
Environment data
Steps to reproduce
Cut and Paste working example off internet
Exception occurs at the webdriver statement. No difference in output results between MS-edge, Chrome, Firefox browsers
Expected behavior
expected webpage
Actual behavior
diverted to error page
The text was updated successfully, but these errors were encountered: