Wie benutze ich Oxylabs -Proxy in Seleniumbase?Python

Python-Programme
Anonymous
 Wie benutze ich Oxylabs -Proxy in Seleniumbase?

Post by Anonymous »

Derzeit habe ich ein Skript mit Seleniumbase erstellt. Es funktioniert gut, aber aufgrund der Website -Richtlinie musste ich Proxy verwenden.

Code: Select all

customer-{username}:{password}@pr.oxylabs.io:7777< /code> < /p>
und verwenden Sie es in meinem Projekt, funktionieren aber nicht.from seleniumbase import SB

with SB(test=True, uc=True, proxy="customer-{username}:{password}@pr.oxylabs.io:7777") as sb:
sb.open("https://www.whatismyip.com/")
sb.sleep(5)
Dies öffnet den Browser, jedoch mit einem Err_tunnel_Connection_Failed Fehler: Screenshot des Fehlers im Browser
Bitte lassen Sie mich wissen, was in meiner Proxy -Konfiguration falsch ist.

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post
  • Wohnsitzer mit Oxylabs und Mitmproxy
    by Anonymous » » in Python
    0 Replies
    8 Views
    Last post by Anonymous
  • Wie benutze ich Curl über einen Proxy?
    by Anonymous » » in Php
    0 Replies
    10 Views
    Last post by Anonymous
  • Versuch, Chrom mit Seleniumbase und UC = True Option zu verwenden
    by Guest » » in Python
    0 Replies
    11 Views
    Last post by Guest
  • Seleniumbase Deaktivieren Sie Download -Benachrichtigungen
    by Anonymous » » in Python
    0 Replies
    10 Views
    Last post by Anonymous
  • Python Seleniumbase XPath [geschlossen]
    by Anonymous » » in Python
    0 Replies
    8 Views
    Last post by Anonymous