how can I write a test case validation for a remember me button as selenium every time opens a new instance of the browser with no cookies.
I heard ChromeOptions class can store cookies in a private file.
I tried searching for the argument and found-
"user-data-dir=/path/"
how can I use this path back into my next test case in order to validate it?