Using Selenium Grid to Perform Automated Web App Testing

From Littledamien Wiki
Revision as of 18:14, 5 May 2022 by Video8 (talk | contribs) (Created page with "== Overview == Selenium can be used to make automated requests from websites. For now information about getting this installed, configured, and running can be found on [https://github.com/dbarchowsky/bfhweb-tests/wiki/Selenium-and-browser-drivers the bfhweb-tests Wiki]. == Notes == === See also === * [https://github.com/dbarchowsky/bfhweb-tests/wiki/Selenium-and-browser-drivers Selenium Grid and Browser Drivers] - bfhweb-tests Wiki Category:SeleniumCategory:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Selenium can be used to make automated requests from websites.

For now information about getting this installed, configured, and running can be found on the bfhweb-tests Wiki.

Notes

See also