Megha Chandra

Results 5 comments of Megha Chandra

It is same for latest version also, Opening in existing browser session. Error : Message: session not created: Microsoft Edge failed to start: exited normally. (session not created: DevToolsActivePort file...

Tried in that way also same error session not created.

[log.txt](https://github.com/SeleniumHQ/selenium/files/15316295/log.txt) Attaching log with debug mode

`from selenium import webdriver import time import logging try: log_path = "C:\\Users\\Pasupuleti.Chandra\\Desktop\\log.txt" service = webdriver.EdgeService(log_output=log_path) options = webdriver.EdgeOptions() options.add_argument("--user-data-dir=C:\\Users\\Pasupuleti.Chandra\\AppData\\Local\\Microsoft\\Edge\\User Data") options.add_argument("--profile-directory=Default") driver = webdriver.Edge(service=service, options=options) driver.get('https://www.geeksforgeeks.org/python-programming-language/') with open(log_path, 'r') as...

It is opening the browser but not signing in current user, I want to open browser with signin to existing user