I was playing around with the repo last night to see if it could run Geckodriver as a standalone server (no selenium), and I was seeing some failing tests when calling FetchSessions.
After some investigations, it looks like that endpoint is not in the webdriver spec. Geckodriver has never implemented the JWP, which would explain why it doesn't implement that endpoint but chromedriver does.
Does that seem correct?
Thanks!
PS: I was wanting to see if geckodriver standalone would be faster than selenium+geckodriver
I was playing around with the repo last night to see if it could run Geckodriver as a standalone server (no selenium), and I was seeing some failing tests when calling
FetchSessions.After some investigations, it looks like that endpoint is not in the webdriver spec. Geckodriver has never implemented the JWP, which would explain why it doesn't implement that endpoint but chromedriver does.
Does that seem correct?
Thanks!
PS: I was wanting to see if geckodriver standalone would be faster than selenium+geckodriver