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
When window-size and start-maximized parameters are passed to Chrome, window-size takes precedence.
With cuprite, there's no way not to pass window-size, thus no way to maximize the window.
When
window-size
andstart-maximized
parameters are passed to Chrome,window-size
takes precedence.With cuprite, there's no way not to pass
window-size
, thus no way to maximize the window.The following code fails due to
window_size: nil
:It might be a ferrum issue, but it seems to work correctly when invoked through ferrum
Possible solutions:
:window_size
could accept a:maximized
value in ferrum/cuprite, and it would addstart-maximized
to the browser options:window_size
could accept anil
value in ferrum/cuprite, so it could work withstart-maximized
:window_size
parameter to chrome unless explicitly specified, but that is a minor breaking changeThe text was updated successfully, but these errors were encountered: