Franco M
Franco M
> That's [#891](https://github.com/gta-reversed/gta-reversed/issues/891), no? Yes, some possible reversion maybe?
> Please create a PR with proposed changes so we can have a look at what's wrong. Thanks my friend for adding support for SDL.
``` try: from distutils.version import LooseVersion except ModuleNotFoundError: from packaging.version import parse as LooseVersion ```
@ultrafunkamsterdam
> The irony in a library designed to ensure Chrome's stealth as a web scraper, yet inadvertently revealing itself by failing to suppress the very "HeadlessChrome" signature it was supposed...
@ultrafunkamsterdam Please add these features, they are useful. 🙏🥺
In the future I plan to add find_visible and find_selected, find_clickable if you allow me along with other homonymous functions.
> still applies? yes sir
``` from nodriver import * import asyncio config = Config() config.prefs = {"profile.default_content_setting_values.images": 2, # disable images "profile.default_content_setting_values.notifications": 2, # disable notifications "profile.default_content_setting_values.popups": 2, # disable popups "profile.default_content_setting_values.geolocation": 2, }#...
https://github.com/boludoz/nodriver I made a combination of patches to make nodriver more user-friendly/fix critical bugs. You can simply take these changes, which were tested in harsh environments, and paste them in....