Skip to content

Commit b634eec

Browse files
titusfortnerdiemol
andauthored
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 <[email protected]>
1 parent 872174b commit b634eec

File tree

4 files changed

+71
-0
lines changed

4 files changed

+71
-0
lines changed

Diff for: website_and_docs/content/documentation/ide.en.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Selenium IDE"
3+
linkTitle: "IDE"
4+
weight: 10
5+
description: >
6+
The Selenium IDE is a browser extension that records and plays back a user's actions.
7+
---
8+
9+
Selenium's Integrated Development Environment ([Selenium IDE](//selenium.dev/selenium-ide))
10+
is an easy-to-use browser extension that records a user's
11+
actions in the browser using existing Selenium commands,
12+
with parameters defined by the context of each element.
13+
It provides an excellent way to learn Selenium syntax.
14+
It's available for Google Chrome, Mozilla Firefox, and Microsoft Edge.
15+
16+
For more information, visit the complete
17+
[Selenium IDE Documentation](https://www.selenium.dev/selenium-ide/docs/en/introduction/getting-started)

Diff for: website_and_docs/content/documentation/ide.ja.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Selenium IDE"
3+
linkTitle: "IDE"
4+
weight: 10
5+
needsTranslation: true
6+
description: >
7+
The Selenium IDE is a browser extension that records and plays back a user's actions.
8+
---
9+
10+
Selenium's Integrated Development Environment ([Selenium IDE](//selenium.dev/selenium-ide))
11+
is an easy-to-use browser extension that records a user's
12+
actions in the browser using existing Selenium commands,
13+
with parameters defined by the context of each element.
14+
It provides an excellent way to learn Selenium syntax.
15+
It's available for Google Chrome, Mozilla Firefox, and Microsoft Edge.
16+
17+
For more information, visit the complete
18+
[Selenium IDE Documentation](https://www.selenium.dev/selenium-ide/docs/en/introduction/getting-started)

Diff for: website_and_docs/content/documentation/ide.pt-br.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Selenium IDE"
3+
linkTitle: "IDE"
4+
weight: 10
5+
needsTranslation: true
6+
description: >
7+
The Selenium IDE is a browser extension that records and plays back a user's actions.
8+
---
9+
10+
Selenium's Integrated Development Environment ([Selenium IDE](//selenium.dev/selenium-ide))
11+
is an easy-to-use browser extension that records a user's
12+
actions in the browser using existing Selenium commands,
13+
with parameters defined by the context of each element.
14+
It provides an excellent way to learn Selenium syntax.
15+
It's available for Google Chrome, Mozilla Firefox, and Microsoft Edge.
16+
17+
For more information, visit the complete
18+
[Selenium IDE Documentation](https://www.selenium.dev/selenium-ide/docs/en/introduction/getting-started)

Diff for: website_and_docs/content/documentation/ide.zh-cn.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Selenium IDE"
3+
linkTitle: "IDE"
4+
weight: 10
5+
needsTranslation: true
6+
description: >
7+
The Selenium IDE is a browser extension that records and plays back a user's actions.
8+
---
9+
10+
Selenium's Integrated Development Environment ([Selenium IDE](//selenium.dev/selenium-ide))
11+
is an easy-to-use browser extension that records a user's
12+
actions in the browser using existing Selenium commands,
13+
with parameters defined by the context of each element.
14+
It provides an excellent way to learn Selenium syntax.
15+
It's available for Google Chrome, Mozilla Firefox, and Microsoft Edge.
16+
17+
For more information, visit the complete
18+
[Selenium IDE Documentation](https://www.selenium.dev/selenium-ide/docs/en/introduction/getting-started)

0 commit comments

Comments
 (0)