I am getting the below error. Any help please..
Starting test: VfRobot.Test Case.Juniper CSO.Creating the On Premise Spoke site
20191230 16:40:10.514 : INFO : ${chrome_options} = <selenium.webdriver.chrome.options.Options object at 0x000001B5899755C8>
20191230 16:40:10.530 : INFO : Creating an instance of the Chrome WebDriver.
20191230 16:40:11.061 : DEBUG : POST
http://127.0.0.1:52239/session {"capabilities": {"firstMatch": [{}], "alwaysMatch": {"browserName": "chrome", "platformName": "any", "goog:chromeOptions": {"extensions": [], "args": ["test-type", "--disable-extensions", "--headless", "--disable-gpu", "--no-sandbox"]}}}, "desiredCapabilities": {"browserName": "chrome", "version": "", "platform": "ANY", "goog:chromeOptions": {"extensions": [], "args": ["test-type", "--disable-extensions", "--headless", "--disable-gpu", "--no-sandbox"]}}}
20191230 16:40:11.061 : DEBUG : Starting new HTTP connection (1):
127.0.0.1:5223920191230 16:41:11.160 : DEBUG :
http://127.0.0.1:52239 "POST /session HTTP/1.1" 500 965
20191230 16:41:11.160 : DEBUG : Finished Request
20191230 16:41:13.192 : INFO : Cannot capture screenshot because no browser is open.
20191230 16:41:13.192 : FAIL :
WebDriverException: Message: unknown error: DevToolsActivePort file doesn't exist20191230 16:41:13.192 : DEBUG :
Traceback (most recent call last):
File "c:\users\sreeramr\appdata\local\programs\python\python37\lib\site-packages\SeleniumLibrary\__init__.py", line 467, in run_keyword
return DynamicCore.run_keyword(self, name, args, kwargs)
File "c:\users\sreeramr\appdata\local\programs\python\python37\lib\site-packages\SeleniumLibrary\base\robotlibcore.py", line 102, in run_keyword
return self.keywords[name](*args, **kwargs)
File "c:\users\sreeramr\appdata\local\programs\python\python37\lib\site-packages\SeleniumLibrary\keywords\browsermanagement.py", line 336, in create_webdriver
driver = creation_func(**init_kwargs)
File "c:\users\sreeramr\appdata\local\programs\python\python37\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 81, in __init__
desired_capabilities=desired_capabilities)
File "c:\users\sreeramr\appdata\local\programs\python\python37\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 157, in __init__
self.start_session(capabilities, browser_profile)
File "c:\users\sreeramr\appdata\local\programs\python\python37\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "c:\users\sreeramr\appdata\local\programs\python\python37\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "c:\users\sreeramr\appdata\local\programs\python\python37\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
Ending test: VfRobot.Test Case.Juniper CSO.Creating the On Premise Spoke site