-
Notifications
You must be signed in to change notification settings - Fork 11
Selenide
Bernd Weigel edited this page Dec 4, 2024
·
12 revisions
Selenide is a test automation framework built on top of Selenium Webdriver that allows you to write concise test.
If you have ever used jQuery the syntax will look familiar to you. Furthermore you don't have to worry about some of the major problems you would have to overcome if you were using a plain Selenium Webdriver since Selenide introduces:
- Stale element handling
- Handling timeouts
- Shutting down the browser
Used Versions:
- Selenium: 4.26.0
- Selenide: 7.6.0
All changes and new introduced features are found here
Remark:
To use the Selenide Network Mock please set neodymium.selenideProxy = true
in config/neodymium.properties
.
Overview
Neodymium features
- Neodymium configuration properties
- Neodymium context
- Utility classes
- Test data provider
- Test Environments
- Multi browser support
- Applitools Plugin
- Localization
- Highlight and Wait
- Advanced Screenshots
- Seperate Browser Sessions for Setup and Cleanup
Best practices and used frameworks
Special