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
locale: 'en-US',// ignore OS locale to be sure to have english text for locators -> done via /en in URL
9
19
recordVideo: cfg.record ? {dir: 'data/record/',size: {width: cfg.width,height: cfg.height}} : undefined,// will record a .webm video for each page navigated; without size, video would be scaled down to fit 800x800
10
-
recordHar: cfg.record ? {path: `data/record/gog-${filenamify(datetime())}.har`} : undefined,// will record a HAR file with network requests and responses; can be imported in Chrome devtools
20
+
recordHar: cfg.record ? {path: `data/record/aliexpress-${filenamify(datetime())}.har`} : undefined,// will record a HAR file with network requests and responses; can be imported in Chrome devtools
11
21
handleSIGINT: false,// have to handle ourselves and call context.close(), otherwise recordings from above won't be saved
0 commit comments