-
Notifications
You must be signed in to change notification settings - Fork 763
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
Optional URL in Open Browser #1470
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code is looking good but needs test.
Added a unit test where |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The unit test is a good start, but it needs to look deeper what gets called from the WebDriver.
utest/test/keywords/test_keyword_arguments_browsermanagement.py
Outdated
Show resolved
Hide resolved
New unit test to check that |
Looking pretty good from a mobile screen. I need to take another look from a bigger screen to make sure that I did not miss anything. |
This is ready to be merged. Thank you for the contribution. I will take a look your other PR during the weekend. |
Darn that close button is too near Comment button. |
Thanks for helping out with this! |
Makes the URL in the
Open Browser
keyword optional. This means that you can just open a browser without immediately navigating to a URL. In response to issue #1464