Skip to content

Commit

Permalink
Test Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Antec authored and Antec committed Mar 28, 2024
1 parent 3524ce7 commit a6da549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RuriLib/Blocks/Selenium/Browser/Methods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static class Methods
}

// This regex will split the string by "|" unless the space is within quotes.
// Case of Multipe Arguments in extraCmdLineArgs in OpenBrowser Using Selenium Ex: arg1|arg2|arg3...
// Case of Multipe Arguments in extraCmdLineArgs in OpenBrowser Using Selenium Ex: arg1|arg2|arg3....
var argsArray = Regex.Matches(args, @"[^|]+")
.Cast<Match>()
.Select(m => m).ToList();
Expand Down

0 comments on commit a6da549

Please sign in to comment.