Sends GET command directly to this OpenQA.Selenium.IWebDriver instance.
public static string SendGetCommand(this OpenQA.Selenium.IWebElement element, string route);
element OpenQA.Selenium.IWebElement
This OpenQA.Selenium.IWebElement 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).