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 …
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’
then you can use it like this:
(dont forget to change to </>)
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:
- Remove “chromeop.AddArgument(”–no-sandbox");"
- Add “browser.Close();” before “browser.Quit();”