Skip to content

[BUG] It doesn't spoof a browser version #134

@Allamaris0

Description

@Allamaris0

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions