MacMarde

Results 11 issues of MacMarde

I try to create an account with Microsoft. https://login.live.com/ Sometimes I do get a FunCaptcha to solve. I am able to solve the captcha und get a valid token. I...

Hi I am using undetected-chromedriver and its working fine except one issue: Chrome is sometimes "hanging" on some websites. For example on www.ip2location.com. It does not hang every time, but...

It happens very often to me that the chrome processes are still running in background after I perform a driver.quit() to close chrome. It is happening about 50% of the...

Hi I am using Google Trends for a while. I fetch data with python requests. It seems Google changed URL endpoints, so it is now no longer possible to get...

I need to use the plugin without proxy. Unfortunantely geolocation is not working and it seems there is no way around it. Even when I manually allow site permission for...

Just in case anyone here cares about Bablosoft customers: The logging is no longer working. It used to show me something like: ``` ~~CUSTOM~LOG~~[.][black][321529396] [14:02:25] Thread #1 : (PerfectCanvas) Start...

playwright-with-fingerprints overrides my browser profiles without my permission and makes all my tests useless. I am using this code: ``` plugin.useProfile(path.resolve('./profile/', folder), { loadFingerprint: true, loadProxy: false, }); ``` This...

UDP socks5 proxy which is working in BAS seems not to work in playwright-with-fingerprints plugin. You can test it here: https://abrahamjuliot.github.io/creepjs/ Look for WebRTC. STUN connection always gets blocked.

I want to use an older BAS version with the plugin. How can I do it?

I can not use the search function in the developer tools with chrome. Strg + F always only searches the website itself but never the elements in the developer tools....