Allows to set input of file type element with file to upload (bypass all native windows).
public static OpenQA.Selenium.IWebElement UploadFile(this OpenQA.Selenium.IWebElement element, string path);
element OpenQA.Selenium.IWebElement
This OpenQA.Selenium.IWebElement instance.
path System.String
The file to upload.
OpenQA.Selenium.IWebElement
A self-reference to this OpenQA.Selenium.IWebElement.