You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe there was a change in the code to no longer use the installed_browsers config
browser_count=$((browser_count+1))
installed_browsers[$browser_count]="Browser Name : path/to/browser -args"
I've ensured I'm using the tab char before and after the :
Perhaps a change was made that isn't backwards compatible?
The text was updated successfully, but these errors were encountered:
I believe there was a change in the code to no longer use the installed_browsers config
browser_count=$((browser_count+1))
installed_browsers[$browser_count]="Browser Name : path/to/browser -args"
I've ensured I'm using the tab char before and after the :
Perhaps a change was made that isn't backwards compatible?
The text was updated successfully, but these errors were encountered: