SOATest Error - Not Connected to DevTools
I have a coworker in another department who is just learning SOATest and is starting with the basics of having the test go to an on-prem URL and login. The test ran successfully once and is now throwing the error with the message Not Connected to DevTools. She tried several time and is now consistently getting this error. The application that is being logged into runs very slowly when SOATest is trying to log in. Navigating to the application and logging in outside of SOATest works just fine. Searching this forum and Parasoft's documentation as well as the general internet for this error makes it sound like it is not unusual but I was not able to find anything associated with SOATest.
Any suggestions what to look at to fix this?
Thanks!
Comments
-
I haven't seen this before. Internally, SOAtest uses Selenium for browser playback and this error message is originating from Selenium or chromedriver and not Parasoft code specifically. So, you could check if there is some general situation that can can break things for Selenium: https://www.google.com/search?q="selenium"+"Not+Connected+to+DevTools"+site:stackoverflow.com
For example, this one mentions Chrome being in a bad or partially-updated state where Selenium is confused over which version of chromedriver to use:
https://stackoverflow.com/questions/77226735/selenium-script-get-webdriverexception-message-disconnected-not-connected-to0