Skip to content

Better management of common parameter (Use command line argument when possible) #136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
itfranck opened this issue Sep 22, 2020 · 1 comment
Assignees
Milestone

Comments

@itfranck
Copy link
Collaborator

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 :

  1. Browser open
  2. Something happen (Start URL is set, position is set, size is set, state is set)

to :

  1. 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.

@itfranck itfranck added this to the V4.0 milestone Sep 22, 2020
@itfranck itfranck self-assigned this Sep 22, 2020
@itfranck
Copy link
Collaborator Author

Looks like it is mostly already the case. I'll keep that task open for the next day while I take some time to review.

itfranck added a commit that referenced this issue Sep 22, 2020
itfranck added a commit that referenced this issue Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant