Difference between JsonWireProtocol mechanisms and the new standards in W3C Living Document when using Selenium
问题 I'm wondering what are the differences between the mechanisms in JsonWireProtocol ( Status: OBSOLETE ) and W3C Living Document from 31 December 2019 ( the new standard ) when using Selenium for UI tests. I know that Selenium have used the following: When we make a new instance of a driver (C#): using OpenQA.Selenium; using OpenQA.Selenium.Chrome; IWebDriver driver = new ChromeDriver(); we actually make a POST /session request to the selenium server. After that via JsonWireProtocol and, in