This repository was archived by the owner on Aug 10, 2022. It is now read-only.
Commit b9fdbc0
authored
Release 4.0.9 (#46)
* 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: add missing method
* fix: log msg 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_ios1 parent 6da1065 commit b9fdbc0
File tree
13 files changed
+406
-108
lines changed- eyes_common/applitools/common
- eyes_selenium/applitools/selenium
- capture
- tests
- functional/eyes_selenium
- selenium
- unit/eyes_selenium
13 files changed
+406
-108
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
53 | | - | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
0 commit comments