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