示例#1
0
 public object ExecuteJavascript(string js, params object[] arguments)
 {
     return(browserDriver.ExecuteJavaScript(js, arguments));
 }