We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17c6720 + 4ec28bc commit 0dd86b7Copy full SHA for 0dd86b7
ApplitoolsTutorial/UFGDemo.cs
@@ -19,7 +19,7 @@ public static void Main(string[] args)
19
IWebDriver webDriver = new ChromeDriver();
20
21
// Create a runner with concurrency of 1
22
- VisualGridRunner runner = new VisualGridRunner(1);
+ VisualGridRunner runner = new VisualGridRunner(new RunnerOptions().TestConcurrency(1));
23
24
// Create Eyes object with the runner, meaning it'll be a Visual Grid eyes.
25
Eyes eyes = new Eyes(runner);
0 commit comments