- Common ways to obtain FirefoxDriver
private void myMethod () {FirefoxDriver f =
new FirefoxDriver()
Capabilities desiredCapabilities;new FirefoxDriver(desiredCapabilities)
FirefoxOptions options;new FirefoxDriver(options)
- Smart code suggestions by Codota
}
public void TestImage() IWebElement element = _driver.FindElementByXPath("//img[@class = 'vmp-image' and position() = 1]");