Chrome not maximized when i start recording

when i start record test case on chrome the browser open not maximized.
how i can change this behavior

I had to manually maximize the window during recording.

After recording I switched to Script view and added this statement after the open browser statement: WebUI.maximizeWindow()

I hope this helps.

yeah thanks it worked i have been having this issue for a while

I’m still getting this issue in version 5.4.2

Justin Harper said:

I’m still getting this issue in version 5.4.2

Add this statement after the open browser statement: WebUI.maximizeWindow()

Or you can go to Project Settings–Execution–Default–Web UI–Chrome and add –start-maximized

1 Like

Does it work for you guys? I have put it there but execution is still in windowed size browser. There is of course workaround to put this WebUI.maximizeWindow() in test listenerm but I’m curious why this property in ‘Project Settings–Execution–Default–Web UI–Chrome’ seems to not work

?

chrome_not_maximized.png