How to import cookies from a website

@ulrich : Below are the steps to do the same task.

  1. Open main website
  2. Login
  3. Agree to T&Cs, click Next.
  4. Go to the webpage.
  5. On chrome, right click and open Inspect.
  6. Refresh the webpage.
  7. Go to network Tab and copy the cookie details from Request header.
  8. Copy the details in the text file.
  9. Run the Java process which will use the details from the text file.

Currently, steps 1 - 4 are automated using UI.Vision RPA.
5 - 8 are still manual and I’m looking for a workaround.