Skip to content

Add docs with Git history #3

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

Merged
merged 104 commits into from
Oct 17, 2019
Merged

Add docs with Git history #3

merged 104 commits into from
Oct 17, 2019

Conversation

diemol
Copy link
Member

@diemol diemol commented Oct 17, 2019

To acknowledge commits from all contributors.

diemol and others added 30 commits October 17, 2019 18:17
* Adding draft version of new docs site
* Migrating installation content to Hugo
* Migrating get started with WD to Hugo
* Renaming section and adjusting links

* Adding initial WebDriver sections

* Adding initial WebDriver sections

* Adding initial WebDriver sections
* Adding remaining WebDriver sections

* Updating public site
* Adding remote WebDriver section

* Updating public site
* Adding Guidelines and recommendations section

* Updating public site
* Adding Worst practices to Hugo
* Adding Grid content to Hugo
* Adding Driver idiosyncrasies content to Hugo

* Updating public site
* Adding Support packages content to Hugo
* Adding front matter content to Hugo

* Updating public site
* Fixing a few broken links
* Fixing a few broken links

* Updating public site
* Modify: JavaScript Alert usage document

Signed-off-by: Sri Harsha <[email protected]>

* Modify: Updated JavaScript Alert usage document

Signed-off-by: Sri Harsha <[email protected]>

* Commenting the "note" for proper rendering.
…281)

* Setting file structure to allow translations, starting with Spanish

* Translating page titles to Spanish
* Fix path
* Add Dutch translation

* Fix links to forward to the NL-pages

* Fix broken links
harsha509 and others added 27 commits October 17, 2019 18:17
)

* Add: Adding initial keyboard usage document (JavaScript)

Signed-off-by: Sri Harsha <[email protected]>

* Update: update keyboard document for other languages bindings

Signed-off-by: Sri Harsha <[email protected]>

* Modify: Applied Code indentation
* Understanding the components page translated

The understanding the components page has been translated into Spanish

* Missed in the Spanish translation added

Requested information added to the translation.
The file understanding_the_componets.nl.md has a mistake. If you visit this page, the language selector only has Nederlands.
* Update on_test_automation.zh-cn.md
* Update: Updating sample code for java and JavaScript
* Add Japanese translation

* Add Japanese translation pages
* Add translation notes for each pages

* Update weight value and Selenium

* Update weight value based on the review.
* Change セレニウム (Japanese literal expression of Selenium) to Selenium
because it's commonly written in English when referencing to a browser
automation tool, Selenium.
* [docs]: Updated alert & keyboard doc with ruby samplecode and minor changes to JS code sample.

Signed-off-by: Sri Harsha <[email protected]>

* [docs]: Updated alert and keyboard usage doc for japanese

Signed-off-by: Sri Harsha <[email protected]>

* [docs]: Removed unwanted space in ruby doc
* Update browser_manipulation.es.md

C # comment line syntax correction

* Update browser_manipulation.nl.md

C # comment line syntax correction

* Update browser_manipulation.zh-cn.md

C # comment line syntax correction

* Update browser_manipulation.ja.md

C # comment line syntax correction

* Update browser_manipulation.fr.md

C # comment line syntax correction

* Update browser_manipulation.en.md

C # comment line syntax correction
* [docs]: Updated Ruby sample code for webElement.md

Signed-off-by: Sri Harsha <[email protected]>

* [docs]: Updated python sample code for keyboard document

Signed-off-by: Sri Harsha <[email protected]>
* [docs]: Updated ruby sample code for browser manipulation

Signed-off-by: Sri Harsha <[email protected]>

* [docs]: Updating sample python code for browser manipulation

Signed-off-by: Sri Harsha <[email protected]>

* [docs]: Updated python sample code for browser manipulation

Signed-off-by: Sri Harsha <[email protected]>
* [docs]: Updated python code for browser manipulation

Signed-off-by: Sri Harsha <[email protected]>

* [docs]: Updated Python sample code for browser manipulation(using name or id)

Signed-off-by: Sri Harsha <[email protected]>

* [docs]: Updated Python code with proper comments

Signed-off-by: Sri Harsha <[email protected]>
* Add Japanese translation

* i18n add ja structure
* Translation of partial documents

* fixup! Add Japanese translation
* [docs]: Updated sample ruby code for browser manipulation(set window position)

Signed-off-by: Sri Harsha <[email protected]>

* [docs]: Updated correct ruby sample code for set window size

Signed-off-by: Sri Harsha <[email protected]>

* [docs]: Updated ruby sample code for browser manipulation(get window size)

Signed-off-by: Sri Harsha <[email protected]>
* Update the_selenium_project_and_tools.en.md

Small spelling fix

* Update on_test_automation.en.md

Small format change

* Update types_of_testing.en.md

Small spelling and formatting changes

* Update installing_webdriver_binaries.en.md

Minor grammar

* Update installing_standalone_server.en.md

Minor language

* Update browsers.en.md

Harmonize spelling

* Update locating_elements.en.md

Minor grammar

* Update _index.en.md

Minor language

* Update understanding_the_components.en.md

Consistency with other locations

* Update driver_requirements.en.md

Clearer language

* Update driver_requirements.en.md

Minor changes

* Update browser_manipulation.en.md

Minor changes for clarity

* Update waits.en.md

Minor change

* Update js_alerts_prompts_and_confirmations.en.md

Change message to plural

* Update web_element.en.md

Make complete sentence

* Update keyboard.en.md

Make complete sentence

* Update remote_webdriver_server.en.md

Clarify language

* Update remote_webdriver_client.en.md

Update first sentence

* Update _index.en.md

Move a period for small grammar change

* Update page_object_models.en.md

Add footnote to explain acronym

* Update domain_specific_language.en.md

* Update page_object_models.en.md

Add extra letter missing in the last commit for this page

* Update generating_application_state.en.md

Add footnote and change word to plural

* Update improved_reporting.en.md

Add some links

* Update avoid_sharing_state.en.md

Add bullets to list

* Update test_independency.en.md

Change colon to period

* Harmonize syntax and fixing some minor things

* Update docs_source_files/content/getting_started_with_webdriver/locating_elements.en.md

Co-Authored-By: Diego Molina <[email protected]>

* Update docs_source_files/content/support_packages/mouse_and_keyboard_actions_in_detail.en.md

Co-Authored-By: Diego Molina <[email protected]>

* Update docs_source_files/content/webdriver/browser_manipulation.en.md

Co-Authored-By: Diego Molina <[email protected]>

* Update links in all languages
* browsers.zh-cn.md Chinese translation

browsers.zh-cn.md Chinese translation

* browsers.zh-cn.md Chinese translation

browsers.zh-cn.md Chinese translation
* Update Java Code for Explicit Wait example 2

Add example of using function reference with WebDriver wait

* Update Java Code for Explicit Wait example
Add code snippet to other translated languages
* Added two examples in C#

* Added code to other languages
* Added C# examples

* Adding code sample in other translated languages
* Changed deprecated method call for FluentWait (

Added new method calls for withTimeout and pollingEvery, with the usage of Duration.ofSeconds()

* changed FluenWait Call

changed method call for withTimeout and pollinEvery due to deprecated method call
Added Kotlin tab in code-tab

Signed-off-by: Diego Molina <[email protected]>
@diemol diemol merged commit 3086db3 into master Oct 17, 2019
@diemol diemol deleted the add-docs-with-git-history branch October 17, 2019 16:21
diemol pushed a commit that referenced this pull request Oct 17, 2019
* Add Dutch translation

* Add notice

* Add extra Dutch translations

* Dutch (#2)

* Extra translation

* Dutch (#3)

* Remove notice

* Dutch (#4)

* Remove notice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.