You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/learn-by-example/general/selenium-test.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ toc: true
10
10
---
11
11
12
12
[Selenium](https://www.selenium.dev/) is a free, open-source testing framework that is used to automate browser testing. It is encompassed of three different tools, referred to as Selenium Testing.
13
-
* Selenium WebDriver
14
-
* Selenium IDE
15
-
* Selenium Grid
13
+
* Selenium WebDriver -- To interact with the Bowser
14
+
* Selenium IDE -- To create scripts for quick, automated testing
15
+
* Selenium Grid-- To run tests across multiple environments
16
16
17
17
The languages supported by Selenium include Java, Perl, Ruby C#, Python, and JavaScript.
18
18
@@ -22,8 +22,8 @@ In the end, we will have a container image that executes the tests specified thr