Closed MaxAndolini closed 1 month ago
After 0.2.6 version, this error pops up;
AttributeError: 'dict' object has no attribute 'endswith'
with Camoufox( proxy={'server': f'http://{proxy_1[0]}:{proxy_1[1]}', 'username': proxy_1[2], 'password': proxy_1[3]} ) as browser: page = browser.new_page() page.goto("https://www.browserscan.net")
0.2.11
Fixed in 0.2.12. The issue was caused by parameters being sent to a method in the wrong order.
Describe the bug:
After 0.2.6 version, this error pops up;
AttributeError: 'dict' object has no attribute 'endswith'
Screenshots:
To Reproduce:
Version:
0.2.11