Skip to content

Commit

Permalink
Old Agent not Working on New Ginger
Browse files Browse the repository at this point in the history
  • Loading branch information
GokulBothe99 committed Sep 23, 2024
1 parent 56280e2 commit 404b95e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10788,6 +10788,10 @@ public void SetUnhandledPromptBehavior(DriverOptions options)

private void SetBrowserLogLevel(DriverOptions options)
{
if (string.IsNullOrEmpty(BrowserLogLevel))
{
return;
}
int numberLogLevel = (int)Enum.Parse<eBrowserLogLevel>(BrowserLogLevel);
if (!numberLogLevel.Equals(3))
{
Expand Down

0 comments on commit 404b95e

Please sign in to comment.