How can I use chrome stealth driver with Ob2?

I need to do some automation stuff using puppeteer is there a way to use a chrome stealth driver or something like that with it and if so how?

1 Like

thanks for the reply but I got another question whats the format to set the cookies using the Set Cookies block? I use this format but it gets me an error

Cookie1=value;
Cookie2=value;

It’s a dictionary, and all dictionaries must be in this format

name: value
name2: value2
1 Like

and if I have a : or a , as a value in the cookie how should I escape them?

for example if I have a cookie like this

NID:223:OtherCookiePart

or for example

OGPC: CookiePart: OtherCookiePart:

what should I do?

The input field still accepts them like that.

1 Like