I use this
driver=webdriver.Edge(executable_path="C:\webdriver\msedgedriver.exe")
driver.add_cookie(i)
to add cookie but It have for localStorage?
I use this
driver=webdriver.Edge(executable_path="C:\webdriver\msedgedriver.exe")
driver.add_cookie(i)
to add cookie but It have for localStorage?