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)
Bitte lassen Sie mich wissen, was in meiner Proxy -Konfiguration falsch ist.