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
if ( variables.playwrightVersion!=driverVersion ) {
38
-
throw( message ="Incompatible driver version. cbPlaywright is using [#variables.playwrightVersion#] while the driver is using [#driverVersion#]. Please update one or the other." );
38
+
throw( message ="Incompatible driver version. cbPlaywright is using [#variables.playwrightVersion#] while the driver is using [#driverVersion#]. Please update one or the other. Hint: CommandBox users can run `cbplaywright driver install #variables.playwrightVersion# --force`" );
0 commit comments