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