-
Notifications
You must be signed in to change notification settings - Fork 135
Screen shots full desktop selenium PageSource saving
Jakub Raczek edited this page Jun 26, 2025
·
7 revisions
Our framework allows you to take screenshots: selenium browser, screenshots of elements. It also allows you to save page source.
"SeleniumScreenShotEnabled" :true,
"GetPageSourceEnabled" :trueFolder where screenshots will be saved is also set in in appsettings.json file:
"UseCurrentDirectory" :true,
"ScreenShotFolder" :"TestOutput",
"PageSourceFolder" :"TestOutput"- Home
- Getting started
- Ocaramba framework with Appium
- Parallel tests execution
- MsTest DataDriven tests from Xml and CSV files
- NUnit DataDriven tests from Xml, CSV and Excel files
- Comparing files by NUnit DataDriven tests
- Visual Testing
- Screen shots: full desktop, selenium. PageSource saving
- Verify-asserts without stop tests
- Downloading files
- Helpers
- Override browser profile preferences, install browser extensions, Headless mode
- Debugging Test.Automation framework
- Logging
- Performance measures
- Webdriver Extends
- More common locators
- Selenium-Grid-support
- Advanced Browser Capabilities and Options
- AngularJS synchronization
- Update App.config or appsettings.json
- Cross browser parallel test execution with testing-Cloud-Providers\SeleniumGrid
- Verifying Javascript Errors from browser
- Enabling Performance Log for Chrome
- Azure DevOps Support
- Edge browser Support
- Downloading and running Selenium Grid with Powershell
- Run Ocaramba tests with Docker container
- HTTP auth in Internet explorer
- ExtentReports Support