public virtual void SetValue(IWebElement webElement, string value) { if (TrySetWithRemoteInterface(webElement, value)) { return; } OpenFileSelectDialog(webElement); FileUploadingExtensions.UploadFileForCurrentBrowser(value); }
public virtual void SetValue(IWebElement webElement, string value) { OpenFileSelectDialog(webElement); FileUploadingExtensions.UploadFileForCurrentBrowser(value); }