From cc34108f9c924032a0a460f6aff1eff98e8a3d68 Mon Sep 17 00:00:00 2001 From: neha-stanley <88336357+neha-stanley@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:52:12 +0530 Subject: [PATCH] Add selenium content (#1924) * Update selenium.md * Update content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/selenium.md Co-authored-by: Kamran Ahmed --- .../102-automation-frameworks/selenium.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/selenium.md b/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/selenium.md index 425aeab11..bc92d1e3a 100644 --- a/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/selenium.md +++ b/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/selenium.md @@ -1 +1,7 @@ # Selenium + +Selenium is an open-source tool that automates web browsers. It provides a single interface that lets you write test scripts in programming languages like Ruby, Java, NodeJS, PHP, Perl, Python, and C#, among others. + +Free Content +Selenium's Official Website +Selenium Tutorial