testcentricity_web 4.1.0 → 4.1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/Gemfile.lock +112 -0
- data/README.md +548 -606
- data/lib/devices/devices.yml +0 -16
- data/lib/testcentricity_web/version.rb +1 -1
- data/lib/testcentricity_web/web_core/page_object.rb +12 -12
- data/lib/testcentricity_web/web_core/page_section.rb +14 -14
- data/lib/testcentricity_web/web_core/webdriver_helper.rb +194 -237
- data/test_site/test_page.html +11 -0
- data/testcentricity_web.gemspec +4 -5
- metadata +15 -9
- data/my_templates/default/method_details/setup.rb +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2380bc5758da2d91ff5353810388b7edd86b2599ce7edcca40fd4f2eb18e0b60
|
4
|
+
data.tar.gz: 879395d5eebf52671bc1149e1899cd10e6c92e72b4adc0acbc6c0acb57784102
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1aa8e9a82351b9083b3444e67612a148e0ac85fe3c0d1333a8267ae2068bd62be869de74073092da07db8a0b2780c679477d36a9023ef4a644c0e3d2b86f8f3
|
7
|
+
data.tar.gz: faef46efa348af92f867161ea242746bd6e6b27713bbbdfa47b544836252056798a2191b19d23d9af38b0367c6e2ab784aca3fcfc00e8cb87417868a740540be
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,27 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
|
4
|
+
|
5
|
+
## [4.1.2] - 07-MAR-2022
|
6
|
+
|
7
|
+
### Changed
|
8
|
+
* Updated HTML documentation
|
9
|
+
|
10
|
+
|
11
|
+
## [4.1.1] - 03-MAR-2022
|
12
|
+
|
13
|
+
### Changed
|
14
|
+
* W3C WebDriver-compliant sessions using Selenium version 4.x are now supported when using the BrowserStack, LambdaTest, TestingBot,
|
15
|
+
and SauceLabs services.
|
16
|
+
* W3C WebDriver-compliant sessions are now supported when running against remote browsers hosted on Selenium Grid 4 and Dockerized Selenium
|
17
|
+
Grid 4 environments.
|
18
|
+
|
19
|
+
|
4
20
|
## [4.1.0] - 28-FEB-2022
|
5
21
|
|
22
|
+
### Removed
|
23
|
+
* Support for CrossBrowserTesting and Gridlastic cloud hosted Selenium grids have been removed.
|
24
|
+
|
6
25
|
### Added
|
7
26
|
* TestCentricity now supports and integrates with Selenium-Webdriver version 4.1.
|
8
27
|
* Added support for locally hosted Microsoft Edge desktop web browsers, including in `headless` mode.
|
@@ -17,6 +36,7 @@ All notable changes to this project will be documented in this file.
|
|
17
36
|
method to specify the locator for an associated `proxy` and/or `label` element. The `define_custom_elements` method can be
|
18
37
|
called from an `initialize` method for the `PageObject` or `PageSection` where the `checkbox` or `radio` is instantiated.
|
19
38
|
* Ruby version 2.7 or greater required.
|
39
|
+
* Selenium-Webdriver version 4 or greater required.
|
20
40
|
|
21
41
|
|
22
42
|
## [4.0.3] - 30-DEC-2021
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,112 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
testcentricity_web (4.1.2.1)
|
5
|
+
appium_lib
|
6
|
+
browserstack-local
|
7
|
+
capybara (>= 3.1, < 4)
|
8
|
+
childprocess
|
9
|
+
chronic (= 0.10.2)
|
10
|
+
faker
|
11
|
+
i18n
|
12
|
+
os (~> 1.0)
|
13
|
+
selenium-webdriver (>= 4.0, < 5)
|
14
|
+
spreadsheet (= 1.1.7)
|
15
|
+
test-unit
|
16
|
+
virtus
|
17
|
+
webdrivers (~> 5.0)
|
18
|
+
|
19
|
+
GEM
|
20
|
+
remote: https://rubygems.org/
|
21
|
+
specs:
|
22
|
+
addressable (2.8.0)
|
23
|
+
public_suffix (>= 2.0.2, < 5.0)
|
24
|
+
appium_lib (12.0.0)
|
25
|
+
appium_lib_core (~> 5.0.0)
|
26
|
+
nokogiri (~> 1.8, >= 1.8.1)
|
27
|
+
tomlrb (>= 1.1, < 3.0)
|
28
|
+
appium_lib_core (5.0.3)
|
29
|
+
faye-websocket (~> 0.11.0)
|
30
|
+
selenium-webdriver (~> 4.0)
|
31
|
+
axiom-types (0.1.1)
|
32
|
+
descendants_tracker (~> 0.0.4)
|
33
|
+
ice_nine (~> 0.11.0)
|
34
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
35
|
+
browserstack-local (1.3.0)
|
36
|
+
capybara (3.36.0)
|
37
|
+
addressable
|
38
|
+
matrix
|
39
|
+
mini_mime (>= 0.1.3)
|
40
|
+
nokogiri (~> 1.8)
|
41
|
+
rack (>= 1.6.0)
|
42
|
+
rack-test (>= 0.6.3)
|
43
|
+
regexp_parser (>= 1.5, < 3.0)
|
44
|
+
xpath (~> 3.2)
|
45
|
+
childprocess (4.1.0)
|
46
|
+
chronic (0.10.2)
|
47
|
+
coercible (1.0.0)
|
48
|
+
descendants_tracker (~> 0.0.1)
|
49
|
+
concurrent-ruby (1.1.9)
|
50
|
+
descendants_tracker (0.0.4)
|
51
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
52
|
+
eventmachine (1.2.7)
|
53
|
+
faker (2.20.0)
|
54
|
+
i18n (>= 1.8.11, < 2)
|
55
|
+
faye-websocket (0.11.1)
|
56
|
+
eventmachine (>= 0.12.0)
|
57
|
+
websocket-driver (>= 0.5.1)
|
58
|
+
i18n (1.10.0)
|
59
|
+
concurrent-ruby (~> 1.0)
|
60
|
+
ice_nine (0.11.2)
|
61
|
+
matrix (0.4.2)
|
62
|
+
mini_mime (1.1.2)
|
63
|
+
nokogiri (1.13.3-x86_64-darwin)
|
64
|
+
racc (~> 1.4)
|
65
|
+
os (1.1.4)
|
66
|
+
power_assert (2.0.1)
|
67
|
+
public_suffix (4.0.6)
|
68
|
+
racc (1.6.0)
|
69
|
+
rack (2.2.3)
|
70
|
+
rack-test (1.1.0)
|
71
|
+
rack (>= 1.0, < 3)
|
72
|
+
rake (13.0.6)
|
73
|
+
redcarpet (3.5.1)
|
74
|
+
regexp_parser (2.2.1)
|
75
|
+
rexml (3.2.5)
|
76
|
+
ruby-ole (1.2.12.2)
|
77
|
+
rubyzip (2.3.2)
|
78
|
+
selenium-webdriver (4.1.0)
|
79
|
+
childprocess (>= 0.5, < 5.0)
|
80
|
+
rexml (~> 3.2, >= 3.2.5)
|
81
|
+
rubyzip (>= 1.2.2)
|
82
|
+
spreadsheet (1.1.7)
|
83
|
+
ruby-ole (>= 1.0)
|
84
|
+
test-unit (3.5.3)
|
85
|
+
power_assert
|
86
|
+
thread_safe (0.3.6)
|
87
|
+
tomlrb (2.0.1)
|
88
|
+
virtus (2.0.0)
|
89
|
+
axiom-types (~> 0.1)
|
90
|
+
coercible (~> 1.0)
|
91
|
+
descendants_tracker (~> 0.0, >= 0.0.3)
|
92
|
+
webdrivers (5.0.0)
|
93
|
+
nokogiri (~> 1.6)
|
94
|
+
rubyzip (>= 1.3.0)
|
95
|
+
selenium-webdriver (~> 4.0)
|
96
|
+
websocket-driver (0.7.5)
|
97
|
+
websocket-extensions (>= 0.1.0)
|
98
|
+
websocket-extensions (0.1.5)
|
99
|
+
xpath (3.2.0)
|
100
|
+
nokogiri (~> 1.8)
|
101
|
+
|
102
|
+
PLATFORMS
|
103
|
+
x86_64-darwin-21
|
104
|
+
|
105
|
+
DEPENDENCIES
|
106
|
+
bundler
|
107
|
+
rake
|
108
|
+
redcarpet
|
109
|
+
testcentricity_web!
|
110
|
+
|
111
|
+
BUNDLED WITH
|
112
|
+
2.2.1
|