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
This apply for #134 (Size / Position) but also for pre-existing commands such as Start Minimized / Maximized / Start URL, etc...
Currently, we use $Driver.Manage to do these things.
However, I think this could be improved by using command line arguments behind the scene (when supported)
This will change the current behavior from supported command from :
Browser open
Something happen (Start URL is set, position is set, size is set, state is set)
to :
Browser open with the correct URL, position, size and state
Browser that have command line argument to support the enhanced behavior will be modifed.
Remaining browsers will continue to use the Selenium "manage" way.
The text was updated successfully, but these errors were encountered:
This apply for #134 (Size / Position) but also for pre-existing commands such as Start Minimized / Maximized / Start URL, etc...
Currently, we use $Driver.Manage to do these things.
However, I think this could be improved by using command line arguments behind the scene (when supported)
This will change the current behavior from supported command from :
to :
Browser that have command line argument to support the enhanced behavior will be modifed.
Remaining browsers will continue to use the Selenium "manage" way.
The text was updated successfully, but these errors were encountered: