-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Working with select elements using C# #52
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
Working with select elements using C#
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.
@hiroksarker would it be possible to have this in the other files? I mean, we cannot merge it like this. The same thing is happening in #51, it is just to copy the same code example to the other files that already translated.
Change Working with select elements C#
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.
Could you please add the example code to the other translated files? For example
docs_source_files/content/support_packages/working_with_select_elements.es.md and other ones...
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.
Hi @hiroksarker,
Please include this change in the following files as well:
docs_source_files/content/support_packages/working_with_select_elements.fr.md docs_source_files/content/support_packages/working_with_select_elements.nl.md
docs_source_files/content/support_packages/working_with_select_elements.es.md docs_source_files/content/support_packages/working_with_select_elements.ja.md docs_source_files/content/support_packages/working_with_select_elements.zh-cn.md
These changes should be part of this PR as well. Thank you.
|
@hiroksarker did you have a look to my previous comment? |
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.
@hiroksarker thanks for contributing, I completed the changes myself, the idea is to have all related code examples for all translated languages in the same pull request.
Please take that into account for future PRs.
…[deploy site] * Completing the translation completed C# Completing the translation completed C# * Completing the translation Completing the translation browser_navigation * Completing the translation for #53 Completing the translation for #53 * Completing the translation for #52 Completing the translation for #52 * Add: Added c# sample code for keyup action * Add: Added JavaScript sample code for remote_webdriver_client * Add: Added JavaScript (Local file detector) for remote_webdriver_client * Transaltion (Local file detector) for remote_webdriver_client.zh-cn * Translation typo * Code considering chrome/firefox drivers * Change driver options calling * Code Optimize Remote WebDriver Client * Browser Options Example Change * To avoid InsecureCertificateError and follow similar example * set desiredcapabilities using javascript
Working with select elements using C#