forked from MarketSquare/robotframework-seleniumtestability
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
170 lines (154 loc) · 7.37 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
* Tue Feb 14 2023 Ed Manlove <emanlove@verizon.net> - 2.1.0
- Updated webpack version (rev.500498e0)
- Right Click Element alias for Open Context Menu (#70) (rev.3c73aa0b)
- Removed OPERA support (#64) (rev.de5b3240)
- Updated docs using modified libdoc for long library names (rev.bda7711d)
- Updated libdoc html and css to handle long library name (rev.f47807f2)
- Updated urls repointing towards repo under marketsquare (rev.27140473)
- Added wheel distribution type to the build (rev.8dd37b22)
- Resolved libdoc issue (rev.46fe0a08)
- Make compatible with Selenium 4 (rev.26fbd070)
- Fixed test fixtures and tests (rev.fd2deaec)
* Tue Jun 23 2020 Jani Mikkonen <jani.mikkonen@gmail.com> - 1.1.0
- Log all js exceptions to logfile with level warn. (rev.14953470)
- Add support for Drag&Drop files into browser. (rev.3c192843)
- Fix init - params where not converted to bools. (rev.dfc66f48)
* Tue Jun 09 2020 Jani Mikkonen <jani.mikkonen@gmail.com> - 1.0.0
- Update testability bindings to 2.0.0 (rev.eeff2507)
- Few keyword documentation updates. (rev.058423e3)
- Fix: accept_untrusted_certs usage fixed (rev.518e4037)
- Improvements to config documentation (rev.97cc0be3)
- Add blacklisting option to fetch and xhr requests. (rev.4fcccaea)
- Allow smooth scrolling (rev.4bb47913)
- Update Keyword documentation (rev.19c6621b)
- Link to gitter (rev.e7eea7a2)
- Random fixes to ci pipeline (rev.17fa4496)
* Thu Mar 05 2020 Jani Mikkonen <jani.mikkonen@gmail.com> - 0.9.2
- fix logging LEVELS (rev.85efff59)
* Thu Jan 30 2020 Jani Mikkonen <jani.mikkonen@varjo.com> - 0.9.1
- Testcase to cover a bug in SeleniumLibrary (rev.1285af0d)
- Documentation updates (rev.0059ea22)
- Fixed email in python package. (rev.09456a8b)
- Ignore TimeoutException when running WebDriverWait (rev.9757538c)
- Fix to task name (rev.98102eff)
* Sat Oct 26 2019 Jani Mikkonen <jani.mikkonen@gmail.com> - 0.0.15
- New keywords to fetch navigator properties (rev.f4af7637)
- Catch scrolling events and block execution (rev.12958986)
- Keywords for accessing local&session storage (rev.c96a429f)
- Added keywords for accessing window.location (rev.e401720a)
* Fri Oct 04 2019 Jani Mikkonen <jani.mikkonen@gmail.com> - 0.0.14
- Fix versioneer import at runtime. (rev.1e464f4e)
- Get Log extra lines from geckolog removed. (rev.9e329da0)
- github funding configs (rev.1ca078c8)
- Updated documentation (rev.0539766d)
- Create CODE_OF_CONDUCT.md (rev.0ae340e6)
- updated dependencies to SL 4.0.0 (rev.a7e1324b)
- Added CONTRIBUTING.md (rev.197e68c0)
* Sun Sep 15 2019 Jani Mikkonen <jani.mikkonen@siili.com> - 0.0.13
- Get Log for firefox and firefox profile kw (rev.b075dcef)
- Set Element Attribute keyword added (rev.936d5ce7)
- Logging refactored. (rev.00fca282)
- Added keyword documentation link to README (rev.4e706377)
* Wed Sep 11 2019 Jani Mikkonen <jani.mikkonen@siili.com> - 0.0.12
- Release task (rev.be5067c0)
- Use versioneer for version numbers (rev.07c5c690)
- browser & webdriver installations (rev.6feb43a9)
- allow running only partial atests (rev.2c4f1e2f)
- Types consolidation (rev.5d11f619)
- clean task (rev.9d417f01)
- Auth with redirection tests (rev.070ca21a)
- Re-enable python36 in windows (rev.7f7d0d3f)
- Fix path generation for js bundle (rev.0ecb119b)
- Build stage (rev.6ee90e11)
- fix for artifacts generation (rev.fdc8e2f5)
- docs updated (rev.d574d791)
- Updated readme (rev.d7b5ed04)
- Fix azure stuff. (rev.a0d8acad)
- use rflint for atests (rev.e4ee47c8)
- Coverage reporting (rev.e7cc526c)
- remove temp bugfix (rev.aaf8ae33)
- Fix version tasks (rev.f98e2824)
- Support for get_log selenium feature. (rev.e3724ea0)
- Type Annotations (rev.e3e390a9)
- cookies testcase and bugfix (rev.4d102228)
- Added black (rev.494fe229)
- few new keywords added (rev.b9fe2950)
- Removed use of execute_javascript keywords (rev.289cec5d)
- Show/Hide/Toggle element visibility keywords (rev.449e889a)
- outputdir to tests (rev.45a038fb)
- Webdrivers download task (rev.70ba7e5c)
- Invoke tasks (rev.7daa88b2)
* Fri Aug 30 2019 Jani Mikkonen <jani.mikkonen@siili.com> - 0.0.11
- version bump (rev.6d98700f)
- doc updates (rev.e32bc016)
- Workaround bugfix (rev.81e3392a)
- automate js bundle creation via npm&webpack (rev.14ad7b90)
- Fixed few typos (rev.0538448e)
- Scroll to top and bottom keywords (rev.1cac8a93)
- Document Updates (rev.6ad15263)
- Support for html5 draganddrop (rev.1c9c97a4)
- cookies_to_dict & get_current_useragent keywords (rev.50252fe7)
* Mon Aug 26 2019 Jani Mikkonen <jani.mikkonen@siili.com> - 0.0.10
- doc updates (rev.dee07b64)
- Use timer lib for verifications (rev.ea542404)
- SeleniumLibrary 4.0.0b1 as dependency (rev.d7411141)
- User can now set automatic instrumentation on or off (rev.5cf4213a)
- Add url mangling keywords (rev.15b4c52c)
- Refactor to use new SeleniumLibrary features (rev.1e6cdff9)
* Wed May 08 2019 Jani Mikkonen <jani.mikkonen@siili.com> - 0.0.9
- Fixed setup issue for getting a version (rev.eb41825a)
- Finetuning ci triggers (rev.881abded)
- Read requirements from dev (rev.aca963bd)
- Internal refactoring (rev.e7678ab9)
- Removed dead files (rev.be7f1567)
- no build on doc changes (rev.f60274e5)
- Trim whitespaces (rev.ded2b70f)
- keyword documentation (rev.be268c8e)
- Introducing Azure Pipelines for CI (rev.bdb597c7)
- Keyword Documentation and small tweaks (rev.21ad65c8)
- Allow https too for demo .. (rev.c3365e76)
- Revised the sut (rev.7547f217)
- Refactored how elementfinder is installed (rev.25c81ee8)
- readme and version bump (rev.374578b4)
- Complete rewrite (rev.99610d18)
- simplify version fetching (rev.80b3cbb7)
- include all dependencies when in dev mode (rev.59badc7e)
* Thu Nov 22 2018 Jani Mikkonen <jani.mikkonen@siili.com> - 0.0.7
- 0.0.7 (rev.4cb4f33d)
- hack fix (rev.8fceecc8)
- added remove dom element to todo (rev.96945a3b)
* Fri Nov 09 2018 Jani Mikkonen <jani.mikkonen@siili.com> - 0.0.6
- python 2 compatibility and 0.0.6 release (rev.f8de7f52)
* Thu Nov 08 2018 Jani Mikkonen <jani.mikkonen@siili.com> - 0.0.5
- Fix install and 0.0.5 release (rev.52346913)
- Doc stubs (rev.1c358a06)
- Wait for document ready keyword added (rev.bf83db38)
- Added missing setup file (rev.f3622d5e)
- Updated docs (rev.f890f9fe)
- flake8 (rev.ae5cf4c7)
- no need to pass all parameters (rev.4fac9cdc)
- Fix requirements (rev.5ff7d953)
- Version bump (rev.bd7ebbd7)
- Load directly from correct location (rev.9612d6ad)
- Note about parameters (rev.3880bb83)
- Implicit waiting at load time (rev.b397d6a3)
- Updated readmme (rev.c784f906)
- Misc packaging fixes (rev.64a90260)
- Test updates (rev.f253b635)
- removed unsupported topics (rev.1f119d8f)
- renamed forcereload (rev.334d251d)
- Reworked the tests (rev.929796dc)
- Waiting for other keywords (rev.8d117abe)
- Starting to make a library out of this (rev.3426af86)
- Removed dead code (rev.e23252b0)
- Updated readme (rev.46209da6)
- tagging (rev.2f112ee8)
- try to avoid caching (rev.07667b5c)
- Non working find_element(s) overrides (rev.42c2c88b)
- And stuff is now a keyword library (rev.7c271c99)
- test everything in one go (rev.e2476b86)
- ignore update (rev.01eaced7)
- can inject from rf side too .. (rev.3545f170)
- split each test into separate testcase (rev.b6de3fbe)
- "Real" animation example, previous was for transitions. (rev.5db51ccc)
- transition example - does not work in chrome (rev.3f72861f)