Hi, I want to perform something like this; driver.execute_cdp_cmd( 'Network.setCookie', { 'domain': 'chat.openai.com', 'path': '/', 'name': '__Secure-next-auth.session-token', 'value': self.__session_token, 'httpOnly': True, 'secure': True, }, ) Can we do it using this driver??
Hi, I want to perform something like this;
Can we do it using this driver??