I need a little help with Get Cookies

i am able to assign a variable to a specific cookie but when i use the variable in the custom cookie the same variable keys shows instead of the Value …

image
image

You have to use interpolated mode (</>, dark green background, just click on the T symbol to change between modes)

can you show how you’re trying to put the value in your header?

if you have captured the data into your variable ‘man’
image

then you can use it like this:
image
(dont forget to change to </>)

image

Thanks bro . Also How do i kill all chrome drivers . because its still live even after check in headless mode

This is an issue that I didn’t fix yet, please wait until it’s resolved. To kill them you can use a console command but it will also kill the ones that are currently attached to OB2 so it’s not the best option to call the command while it’s running. Only call it after the config is stopped. You can find this command on google.

Please fix this on next update because OB keeps crashing . because chrome drivers are still running

If I had free time I would be glad to do it. I literally have ZERO time.

Ruri,

it’s a quick fix:

  1. Remove “chromeop.AddArgument(”–no-sandbox");"
  2. Add “browser.Close();” before “browser.Quit();”