Vinyzu / Vinyzu/Botright

[BUG] It doesn't spoof a browser version

Open
#134 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

bug help wanted
Dominant language
Python
Stars
1k
Forks
85
PR merge metrics
No merged PRs in 30d

Description

Code Sample

import asyncio
import time
import botright


async def main():
    botright_client = await botright.Botright(spoof_canvas=False, use_undetected_playwright=True, mask_fingerprint=True)
    browser = await botright_client.new_browser()
    page = await browser.new_page()

    # Continue by using the Page
    await page.goto("https://browserscan.net")
    time.sleep(3000)



if __name__ == "__main__":
    asyncio.run(main())

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows
  • Botright version: 0.5.1
  • ungoogled-chrome: 131.0.6778.204

Additional context
How to adjust a browser version?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by running the provided Python example with Botright 0.5.1 and checking the reported browser version on browserscan.net. Trace the browser created by new_browser() and determine where version spoofing is expected to occur; done means the reported version matches the configured target without breaking the example.

Written by the indexing model from the issue text.

Assessment

Tech stack
playwright, python
Domain
devtools, web-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.