Sends DELETE command directly to this OpenQA.Selenium.IWebDriver instance.
public static string SendDeleteCommand(this OpenQA.Selenium.IWebDriver driver, string route);
driver OpenQA.Selenium.IWebDriver
This OpenQA.Selenium.IWebDriver instance.
route System.String
Command route starting with "/" (use the complete route which comes after session id).
System.String
Command response as JSON (if available).