-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add: Added JavaScript sample code for remote_webdriver_client #114
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
Conversation
docs_source_files/content/remote_webdriver/remote_webdriver_client.en.md
Outdated
Show resolved
Hide resolved
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.
I left some comments, thanks for this PR @hiroksarker!
docs_source_files/content/remote_webdriver/remote_webdriver_client.en.md
Outdated
Show resolved
Hide resolved
docs_source_files/content/remote_webdriver/remote_webdriver_client.en.md
Outdated
Show resolved
Hide resolved
docs_source_files/content/remote_webdriver/remote_webdriver_client.de.md
Outdated
Show resolved
Hide resolved
docs_source_files/content/remote_webdriver/remote_webdriver_client.de.md
Outdated
Show resolved
Hide resolved
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.
I am really sorry, perhaps I have not been clear 😢
The other examples are living through the idea of: suppose you wanted to run Chrome on Windows XP using Chrome version 67...
So, if we see the Java example, it is using ChromeOptions to set those values. It would be nice to see the JavaScript example do the same thing, to keep uniformity. We do not need to set a window size or headless option, it is to make all the examples in different languages do the same.
Does it make sense?
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.
Thank you @hiroksarker!
Uh oh!
There was an error while loading. Please reload this page.
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist