fix: remote browser rendering
This commit is contained in:
@@ -307,6 +307,7 @@ export class RemoteBrowser {
|
|||||||
const workflow = this.generator.AddGeneratedFlags(this.generator.getWorkflowFile());
|
const workflow = this.generator.AddGeneratedFlags(this.generator.getWorkflowFile());
|
||||||
await this.initializeNewPage();
|
await this.initializeNewPage();
|
||||||
if (this.currentPage) {
|
if (this.currentPage) {
|
||||||
|
this.currentPage.setViewportSize({ height: 400, width: 900 });
|
||||||
const params = this.generator.getParams();
|
const params = this.generator.getParams();
|
||||||
if (params) {
|
if (params) {
|
||||||
this.interpreterSettings.params = params.reduce((acc, param) => {
|
this.interpreterSettings.params = params.reduce((acc, param) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user