Releases: applitools/eyes.sdk.php
Releases · applitools/eyes.sdk.php
Updated License
1.3.2
1.3.1
Fixed communication issues.
1.3.0
Changelog:
- Added agentSetup for debugging.
- Bugfix: full page screenshot correct size.
Fluent API Updates
- added
add{Layout|Content|Strict|Exact}Regions(...)
methods, fixed code, fixed tests. - return clones of the settings objects.
- added
hideCaret
to eyes.selenium. - some bug fixes.
- upgraded webdriver to v1.6.0
Fixed Memory Issues
Fixed memory issues when resizing images.
Updates for mobile devices - native apps
This version fixes issues with grabbing screenshots of native apps on mobile devices.
Updates for mobile devices.
- Automatically detect and use values from
APPLITOOLS_API_KEY
,APPLITOOLS_BATCH_NAME
,APPLITOOLS_BRANCH
,APPLITOOLS_PARENT_BRANCH
andAPPLITOOLS_BASE_BRANCH
environment variables. - Automatically create folders path when logging.
- Improve date format in debug screenshot file names.
- Don't fail on setting window position and size when running on mobile devices.
Fixed sendKeys.
v1.2.4 set viewportSize in tests via member.
Support Null UserAgent
v1.2.3 support null useragent in ImageProviderFactory and in RegionPositionC…