Bot.sannysoft [top]
Using the page is straightforward. The goal is to point your automated browser to https://bot.sannysoft.com and visually (or programmatically) inspect the results.
def test_bot_sannysoft(): # Configure headless Chrome chrome_options = Options() chrome_options.add_argument("--headless=new") # New headless mode chrome_options.add_argument("--no-sandbox") chrome_options.add_argument("--disable-dev-shm-usage") chrome_options.add_argument("--window-size=1920,1080") bot.sannysoft
: Point your automation tool to https://bot.sannysoft.com/ . Inspect the Results : The page will display a list of tests. Using the page is straightforward
: Examines Canvas, WebGL, and AudioContext fingerprints to see if they match real-world hardware profiles. bot.sannysoft
: Tests for specific Chrome-only properties (like window.chrome ) that are often missing in headless environments.