diff --git a/maxun-core/src/interpret.ts b/maxun-core/src/interpret.ts index 158d9978..06f3d6be 100644 --- a/maxun-core/src/interpret.ts +++ b/maxun-core/src/interpret.ts @@ -111,6 +111,7 @@ export default class Interpreter extends EventEmitter { * @returns {PageState} State of the current page. */ private async getState(page: Page, workflow: Workflow): Promise { + await page.setViewportSize({ width: 900, height: 400 }); /** * All the selectors present in the current Workflow */