From b634eec49a0da0462e79a2bac3e5d6440a5c7c1d Mon Sep 17 00:00:00 2001 From: Titus Date: Tue, 7 Dec 2021 11:03:02 -0600 Subject: [PATCH] add IDE page to top level (#844) [deploy site] * add IDE page to top level * Update website_and_docs/content/documentation/ide.pt-br.md * Update website_and_docs/content/documentation/ide.zh-cn.md * Update website_and_docs/content/documentation/ide.en.md Co-authored-by: Diego Molina --- .../content/documentation/ide.en.md | 17 +++++++++++++++++ .../content/documentation/ide.ja.md | 18 ++++++++++++++++++ .../content/documentation/ide.pt-br.md | 18 ++++++++++++++++++ .../content/documentation/ide.zh-cn.md | 18 ++++++++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 website_and_docs/content/documentation/ide.en.md create mode 100644 website_and_docs/content/documentation/ide.ja.md create mode 100644 website_and_docs/content/documentation/ide.pt-br.md create mode 100644 website_and_docs/content/documentation/ide.zh-cn.md diff --git a/website_and_docs/content/documentation/ide.en.md b/website_and_docs/content/documentation/ide.en.md new file mode 100644 index 00000000000..e364a99697a --- /dev/null +++ b/website_and_docs/content/documentation/ide.en.md @@ -0,0 +1,17 @@ +--- +title: "Selenium IDE" +linkTitle: "IDE" +weight: 10 +description: > + The Selenium IDE is a browser extension that records and plays back a user's actions. +--- + +Selenium's Integrated Development Environment ([Selenium IDE](//selenium.dev/selenium-ide)) +is an easy-to-use browser extension that records a user's +actions in the browser using existing Selenium commands, +with parameters defined by the context of each element. +It provides an excellent way to learn Selenium syntax. +It's available for Google Chrome, Mozilla Firefox, and Microsoft Edge. + +For more information, visit the complete +[Selenium IDE Documentation](https://www.selenium.dev/selenium-ide/docs/en/introduction/getting-started) diff --git a/website_and_docs/content/documentation/ide.ja.md b/website_and_docs/content/documentation/ide.ja.md new file mode 100644 index 00000000000..0064dac5280 --- /dev/null +++ b/website_and_docs/content/documentation/ide.ja.md @@ -0,0 +1,18 @@ +--- +title: "Selenium IDE" +linkTitle: "IDE" +weight: 10 +needsTranslation: true +description: > + The Selenium IDE is a browser extension that records and plays back a user's actions. +--- + +Selenium's Integrated Development Environment ([Selenium IDE](//selenium.dev/selenium-ide)) +is an easy-to-use browser extension that records a user's +actions in the browser using existing Selenium commands, +with parameters defined by the context of each element. +It provides an excellent way to learn Selenium syntax. +It's available for Google Chrome, Mozilla Firefox, and Microsoft Edge. + +For more information, visit the complete +[Selenium IDE Documentation](https://www.selenium.dev/selenium-ide/docs/en/introduction/getting-started) diff --git a/website_and_docs/content/documentation/ide.pt-br.md b/website_and_docs/content/documentation/ide.pt-br.md new file mode 100644 index 00000000000..fb7876affdd --- /dev/null +++ b/website_and_docs/content/documentation/ide.pt-br.md @@ -0,0 +1,18 @@ +--- +title: "Selenium IDE" +linkTitle: "IDE" +weight: 10 +needsTranslation: true +description: > + The Selenium IDE is a browser extension that records and plays back a user's actions. +--- + +Selenium's Integrated Development Environment ([Selenium IDE](//selenium.dev/selenium-ide)) +is an easy-to-use browser extension that records a user's +actions in the browser using existing Selenium commands, +with parameters defined by the context of each element. +It provides an excellent way to learn Selenium syntax. +It's available for Google Chrome, Mozilla Firefox, and Microsoft Edge. + +For more information, visit the complete +[Selenium IDE Documentation](https://www.selenium.dev/selenium-ide/docs/en/introduction/getting-started) diff --git a/website_and_docs/content/documentation/ide.zh-cn.md b/website_and_docs/content/documentation/ide.zh-cn.md new file mode 100644 index 00000000000..fb7876affdd --- /dev/null +++ b/website_and_docs/content/documentation/ide.zh-cn.md @@ -0,0 +1,18 @@ +--- +title: "Selenium IDE" +linkTitle: "IDE" +weight: 10 +needsTranslation: true +description: > + The Selenium IDE is a browser extension that records and plays back a user's actions. +--- + +Selenium's Integrated Development Environment ([Selenium IDE](//selenium.dev/selenium-ide)) +is an easy-to-use browser extension that records a user's +actions in the browser using existing Selenium commands, +with parameters defined by the context of each element. +It provides an excellent way to learn Selenium syntax. +It's available for Google Chrome, Mozilla Firefox, and Microsoft Edge. + +For more information, visit the complete +[Selenium IDE Documentation](https://www.selenium.dev/selenium-ide/docs/en/introduction/getting-started)