Vinyzu / Botright

Botright, the most advance undetected, fingerprint-changing, captcha-solving, open-source automation framework. Build on Playwright, its as easy to use as it is to extend your code. Solving your Captchas for free with AI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxies dont working (browser not start) [BUG]

skhrlx opened this issue · comments

Describe the bug
Im trying to use my proxies and is getting some errors, take a look how im trying to start my browser

Code Sample
proxy_settings = {
'server': 'http://pr.oxylabs.io:7777',
'username': 'customer-lol',
'password': 'pass'
}

botright_client = await botright.Botright(use_undetected_playwright=True, spoof_canvas=True)
browser = await botright_client.new_browser(proxy=proxy_settings)
page = await browser.new_page()

Desktop (please complete the following information):

  • OS: Win 10

The intended behavior is browser = await botright_client.new_browser(proxy="user:pass@ip:port", ...). But ill add this functionality in the next update to avoid confusion.