Exemplo n.º 1
0
 /// <summary>
 /// Creates a new Eyes instance that interacts with the Eyes cloud service.
 /// </summary>
 public Eyes()
     : base()
 {
     jsExecutor_ = new LeanFTJavaScriptExecutor(ExecuteScript_);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates a new Eyes instance that interacts with the Eyes Server at the
 /// specified url.
 /// </summary>
 /// <param name="serverUrl">The Eyes server URL.</param>
 public Eyes(Uri serverUrl)
     : base(serverUrl)
 {
     jsExecutor_ = new LeanFTJavaScriptExecutor(ExecuteScript_);
 }