kaliiiiiiiiiii

Results 145 comments of kaliiiiiiiiiii

> ```python > # https://stackoverflow.com/questions/59367665/spoof-navigator-properties-in-chrome-selenium-webdriver > driver.execute_cdp_cmd("Page.addScriptToEvaluateOnNewDocument", { > "source": """ > Object.defineProperty(navigator, 'deviceMemory', { > get: () => 99 > }) > """ > }) > ``` Yes, this...

> It's just an thought, if i remove cores, no lies found yes, indeed. The emulation causes some other leaks as well inside worker scopes: - Navigator.userAgent - Navigator.platform -...

related to https://github.com/kaliiiiiiiiii/Selenium-Profiles/discussions/50

Implementation like in https://github.com/puppeteer/puppeteer/issues/3667#issuecomment-562280230 should be possible to fix this issue => working on it :)

might be possible to implement using something like ```js globalThis.tab_event = {checked_tabs:[],tab_callbacks:undefined} tab_event.req_callback = async function(details) { var tab_id = details['tabId'] if(tab_id >= 0){ if(!(tab_event.checked_tabs.includes(tab_id))){ await tab_event.tab_callbacks.forEach( async function (func){...

https://github.com/kaliiiiiiiiii/Selenium-Profiles/issues/58#issuecomment-1637178941 issue: cdp-requests don't get received while network resumed workaround: intercept network & inject `debugger` script

I just don't have an IOS device, and therefore can't provide a profile for that. You can add a PR for an IOS profile tho

socks5 ?

I'll deprecate the use of selenium-driverless with selenium-profiles.

have a look at https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/497#issuecomment-1039864761