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
Describe the bug
The viewport argument of New Context does not work.
According to the documentation; the New Context keyword has an argument viewport that allows you to set the width and hight to 0 so it will scale automatically with the window.
This does not happen. If I set these values to 0, all I get is a tiny window that does not scale at all. To Reproduce
Steps to reproduce the behavior:
New Browser browser=chromium
New Context with viewport={'width': '0', 'height': '0'}
*Expected behavior
A browser window that detects my window size and automatically scales to that size.
Desktop (please complete the following information):
OS: [Wihndowsw 10 22H2 19045.5011]
Browser Chrome]
Version [130]
The text was updated successfully, but these errors were encountered:
Describe the bug
The viewport argument of New Context does not work.
According to the documentation; the New Context keyword has an argument viewport that allows you to set the width and hight to 0 so it will scale automatically with the window.
This does not happen. If I set these values to 0, all I get is a tiny window that does not scale at all.
To Reproduce
Steps to reproduce the behavior:
*Expected behavior
A browser window that detects my window size and automatically scales to that size.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: