I want to add my cookies from IE from a particular website to selenium browser by way of import.
Imports I currently have if they are any help to you.
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
import time
if __name__ == '__main__':
Thanks in advance