--------Changelog-------- ----V1.4---- Browser Screenshot Enhancements - Added additional Screenshot Settings in Applitools Start Session - Added the Wait after Scrolling attribute to set configure the timeout between scroll operations (Default: 100, value in ms) - Added 'Header Offset' / 'Footer Offset' to define an offset area, which is only included with the first / last screenshot, but not in screenshots during scrolling (e.g. if the website has an sticky header/footer that should only included in the first / last screenshot) - Screenshots are now considering the desktop browser zoom levels ----V1.3---- Proxy Support - Added support for Proxy when communicating with Applitools APIs - Added support for Applitools' logging via use of Configuration Parameter - "ApplitoolsLogPath" - Added support for TLS1.2 ----V1.2---- New Environment - WebDriver Automation - Added support for remote full page browser screenshots via WebDriver or Appium - Select the Environment 'Browser' and set the Configuraion Parameter 'HubAddress' to create a whole page screenshot via WebDriver - Select the Environment 'Browser' (and do not set the Configuraion Parameter 'HubAddress') to create a whole page screenshot of the local browser - Select the Environment 'Browser' and set the Configuration Parameter 'AppiumServer' and 'Browser' to create a whole webpage screenshot via Appium for Mobile WebViews/Browsers - Select the Environment 'Mobile' to create the screenshot for any other connected Mobile application - Select the Environment 'Desktop' to create the screenshot for any other local application - Select the Environment 'Screen' to create a screenshot of the whole local screen Match Level - The Match Level can now be set via the 'Applitools Send Screenshot' module Local Screenshots - Local Screenshot Directory can be defined via the 'Applitools Start Session' module - If no Screenshot Directory is defined the directory set in 'Automation.Logging.Screenshots.Screenshot directory' will be used - If the directory does not exist the temp folder will be used Configuration Parameters - ApplitoolsServerUrl, ApplitoolsApiKey, OperatingSystem Test Configuraion Parameters were added - If the values are not defined in the 'Applitools Start Session' TestStep the Configuration Parameters will be used (if set) Execution Results - Applitools result URL has been moved to the detail column - Rightclick the 'Applitools Close Session' test step result in the ExecutionList and click 'Show in DetailViewer' or 'Open Link' to quickly open the URL - More Information in LogInfo Column - NewTest and DiffsFound will be treated as verfication failure, not stopping the execution any longer - Failed Tests will be treated as execution failures and not longer as exceptions Description - Added more detailed description to every module attribute ----V1.1---- Added support for Screenshots of Mobile devices ----V1.0---- Initial Release