Franco M
Franco M
> @boludoz > > If you could elaborate more on this problem by providing non-working example, it would be easier to help. If u cannot provide such an example, I...
> untested > > ``` > config = uc.Config() > config.add_argument('--disable-web-security') > driver = await uc.start(config) > ``` > > iirc it will tell you 'a unsupported option is used',...
[Iframe control (1).pdf](https://github.com/ultrafunkamsterdam/undetected-chromedriver/files/14724496/Iframe.control.1.pdf) I’ve shared some commands that I’ve managed to reverse engineer and they’ve been successful. I haven’t yet turned them into code, but I’ve tried to provide as...
I made a little progress, I'm just having a hard time running the javascripts. ``` import asyncio import nodriver as uc from nodriver import * import asyncio async def main():...
> At this point, without any real example of the website I am unable to help you... Can you invite me with your email without the at sign?
> > I made a little progress, I'm just having a hard time running the javascripts. > > ``` > > import asyncio > > import nodriver as uc >...
That has worked perfectly, the other thing I would like is a high-level function to execute cdp/javascript commands, like the one selenium has. I will apreciate a lot.
``` import asyncio import nodriver as uc from nodriver import * import asyncio async def main(): config = uc.Config() config.add_argument('--disable-web-security') browser = await uc.start(config) tab = await browser.get('file:///C:/Users/franc/Downloads/The%20New%20Razer%20Gold%20&%20Silver.mhtml') iframes =...
> use --disable-web-security as option . it will disable all isolations and enable to interact directly . However it will show an warning under the url bar stating that it...
> Well, i know what you are talking about. > > This is the wrong repositor for nodriver. It is not even released yet. > > ` I didn't find...