Skip to content

Commit

Permalink
add IDE page to top level (#844) [deploy site]
Browse files Browse the repository at this point in the history
* 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 <diemol@users.noreply.github.com>
  • Loading branch information
titusfortner and diemol committed Dec 7, 2021
1 parent 872174b commit b634eec
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 0 deletions.
17 changes: 17 additions & 0 deletions website_and_docs/content/documentation/ide.en.md
Original file line number Diff line number Diff line change
@@ -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)
18 changes: 18 additions & 0 deletions website_and_docs/content/documentation/ide.ja.md
Original file line number Diff line number Diff line change
@@ -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)
18 changes: 18 additions & 0 deletions website_and_docs/content/documentation/ide.pt-br.md
Original file line number Diff line number Diff line change
@@ -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)
18 changes: 18 additions & 0 deletions website_and_docs/content/documentation/ide.zh-cn.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit b634eec

Please sign in to comment.