We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c6720 commit 4ec28bcCopy full SHA for 4ec28bc
1 file changed
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