Vinix

Results 9 comments of Vinix

Yeah, ive been having issues as well. Just confused, first time wanting to use google chrome through my bot. Just getting errors where its not finding google chrome. Am I...

There are a lot of ads on that website

> To work with iframes you can use [this](https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1998#issuecomment-2309317333) ```py async def switch_frame(browser, frame) -> Tab: iframe_tab: uc.Tab = next( filter( lambda x: str(x.target.target_id) == str(frame.frame_id), browser.targets ) ) iframe.websocket_url...

> @zerxdapro As for your original code. You have a block > > ```python > iframes = await tab.select('iframe') > if iframes: > iframe = iframes[0] > ``` > >...

> No driver will not change fingerprint. Fingerprint on those kind of sites are composed from javascript calls i.e. navigator.hardwareConcurrency, toDataURL(), convertToBlob() etc. New fingerprints every run wont help you...

> No, it's not a privacy browser. There exist a lot of privacy browsers, not sure if there are any with automation. To minimize your fingerprint entropy you can use...

> It's a bug that's hundreds of years old, I've uploaded the solution countless times to the point where I got tired and forked it. Where is said solution, if...