Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Releases: applitools/eyes.sdk.python

Release 4.0.9

03 Oct 12:45
Compare
Choose a tag to compare
Release 4.0.9 Pre-release
Pre-release
  • feat: add device info for mobile devices

  • refactor: replace implicit methods and attr to explicit in Eyes class

  • refactor: prevent raise and log exception in get_viewport_size with native apps
    it's expected that on mobile app windows size required and attempt to get viewport size with JS would raise an exception so just return windows size directly in this case

  • fix: prevent shoving warning msg related to dom capture with mobile app
    While capture dom for native apps, appium throw an exception
    "Method is not implemented" which shown in output as a warning msg
    and mislead users.

  • fix: close and quit methods were broken in EyesWebDriver

  • fix: cut to viewport on ios

  • fix: wrong viewport screenshot when scrolled

  • fix: wrong detection of mobile app when using appActivity or appPackage

  • fix: log msg failed when frame has no reference or scroll_root_element

  • fix: add Linux OSNames

  • fix: frame lookup by id

  • fix: update missing fields of EyesWebElement

  • test: update test_set_get_scale_ratio

  • test: add test to check screenshot with scroll viewport in IE

  • test: update test_cut_header_and_bottom_of_screenshot_on_ios

Release 4.0.8

03 Oct 12:39
Compare
Choose a tag to compare
Release 4.0.8 Pre-release
Pre-release
  • feat: long request (#38)

  • refactor: add to_rfc1123_datetime helper function; create datetime_utils

  • refactor: simplify request handling

  • refactor: use requests codes instead of numbers

  • refactor: simplify _long_request_loop mechanism

  • refactor: change location to capitalcase

  • refactor: EyesWebdriverScreenshot class simplification

  • test: update server_connector tests

  • test: add test for long_request

  • test: fix travis config

  • test: add test_ie_viewport_screenshot

  • fix: full page screenshot in IE (#42)