diff --git a/README.md b/README.md index 3e34117..181da2b 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,7 @@ Use this method to solve CyberSiARA. Returns a token. ```python result = solver.cybersiara(master_url_id='tpjOCKjjpdzv3d8Ub2E9COEWKt1vl1Mv', pageurl='https://demo.mycybersiara.com/', + userAgent='Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36', param1=..., ...) ``` @@ -492,7 +493,7 @@ except TimeoutException as e: ## Proxies You can pass your proxy as an additional argument for the following methods: recaptcha, funcaptcha, geetest, geetest v4, hcaptcha, -keycaptcha, capy puzzle, lemin, atbcaptcha, turnstile, amazon waf, mtcaptcha, friendly captcha, cutcaptcha. +keycaptcha, capy puzzle, lemin, atbcaptcha, turnstile, amazon waf, mtcaptcha, friendly captcha, cutcaptcha, cybersiara. The proxy will be forwarded to the API to solve the captcha.