manen 0.3.0.dev2__tar.gz → 0.3.0.dev3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/PKG-INFO +2 -2
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/README.md +1 -1
- manen-0.3.0.dev3/docs/source/changelog.rst +145 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/manen/__init__.py +1 -1
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/manen/browser.py +2 -3
- manen-0.3.0.dev2/CHANGELOG.md +0 -69
- manen-0.3.0.dev2/docs/source/changelog.rst +0 -108
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/.github/workflows/build-documentation.yml +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/.github/workflows/deploy-package.yml +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/.github/workflows/test-package.yml +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/.gitignore +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/.rstcheck.cfg +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/LICENSE +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/Makefile +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/assets/screenshot_pypi_home.png +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/assets/screenshot_pypi_search_results.png +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/make.bat +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/_static/favicon.png +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/_static/manen_logo.png +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/_static/manen_logo_xs.png +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/_static/theme_override.css +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/about.rst +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/conf.py +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/contributing.rst +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/index.rst +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/installation.rst +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/manen/manen.browser.rst +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/manen/manen.exceptions.rst +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/manen/manen.finder.rst +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/manen/manen.helpers.rst +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/manen/manen.page_object_model.dom.rst +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/manen/manen.page_object_model.element.rst +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/manen/manen.page_object_model.rst +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/manen/manen.page_object_model.webarea.rst +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/manen/manen.rst +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/user_guide/browser.ipynb +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/user_guide/dom_exploration.ipynb +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/user_guide/page_object_model.ipynb +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/docs/source/user_guide.rst +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/manen/exceptions.py +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/manen/finder.py +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/manen/helpers.py +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/manen/page_object_model/__init__.py +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/manen/page_object_model/dom.py +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/manen/page_object_model/element.py +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/manen/page_object_model/webarea.py +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/manen/typing.py +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/pyproject.toml +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/requirements-dev.lock +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/requirements.lock +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/tests/__init__.py +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/tests/assets/page.yaml +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/tests/assets/page_test_basic.jinja.html +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/tests/test_finder.py +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/tests/test_helpers.py +0 -0
- {manen-0.3.0.dev2 → manen-0.3.0.dev3}/tests/test_imports.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: manen
|
|
3
|
-
Version: 0.3.0.
|
|
3
|
+
Version: 0.3.0.dev3
|
|
4
4
|
Summary: An implementation of the Page Object Model design pattern, and other utilities for web scraping and automation.
|
|
5
5
|
Project-URL: Changes, https://kodaho.github.io/manen/changelog.html
|
|
6
6
|
Project-URL: Documentation, https://kodaho.github.io/manen/
|
|
@@ -59,7 +59,7 @@ features, you can find:
|
|
|
59
59
|
|
|
60
60
|
- an implementation of the [Page Object Model](https://www.selenium.dev/documentation/en/guidelines_and_recommendations/page_object_models/)
|
|
61
61
|
design pattern
|
|
62
|
-
- a class which improves the operability of a Selenium's
|
|
62
|
+
- a class which improves the operability of a Selenium's WebDriver
|
|
63
63
|
- a function to easily find and isolate DOM elements inside a Selenium page
|
|
64
64
|
|
|
65
65
|
This package aims to provide you the tools to write more concise, flexible and powerful code
|
|
@@ -34,7 +34,7 @@ features, you can find:
|
|
|
34
34
|
|
|
35
35
|
- an implementation of the [Page Object Model](https://www.selenium.dev/documentation/en/guidelines_and_recommendations/page_object_models/)
|
|
36
36
|
design pattern
|
|
37
|
-
- a class which improves the operability of a Selenium's
|
|
37
|
+
- a class which improves the operability of a Selenium's WebDriver
|
|
38
38
|
- a function to easily find and isolate DOM elements inside a Selenium page
|
|
39
39
|
|
|
40
40
|
This package aims to provide you the tools to write more concise, flexible and powerful code
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
Changelog
|
|
2
|
+
=========
|
|
3
|
+
|
|
4
|
+
.. |topic| raw:: html
|
|
5
|
+
|
|
6
|
+
<span style="display: inline-block; width: 110px; font-size:85%; font-weight: 600;">Topic</span> <span style="font-size:85%">
|
|
7
|
+
|
|
8
|
+
.. |released_on| raw:: html
|
|
9
|
+
|
|
10
|
+
<span style="display: inline-block; width: 110px; font-size:85%; font-weight: 600;">Release date</span> <span style="font-size:85%">
|
|
11
|
+
|
|
12
|
+
.. |end| raw:: html
|
|
13
|
+
|
|
14
|
+
</span>
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
0.3.0
|
|
18
|
+
-----
|
|
19
|
+
|
|
20
|
+
|topic| Page object model implementation revamp & other major changes |end|
|
|
21
|
+
|
|
22
|
+
|released_on| (unreleased) |end|
|
|
23
|
+
|
|
24
|
+
.. warning::
|
|
25
|
+
|
|
26
|
+
Even if it's a minor release, this version represents a major change for the project; the
|
|
27
|
+
package has been mostly rewritten in order to implement the page object model design pattern in
|
|
28
|
+
a more efficient way (using type annotation).
|
|
29
|
+
|
|
30
|
+
Besides, some functionalities have been removed with the aim of limiting the number of features
|
|
31
|
+
during the beta phase.
|
|
32
|
+
|
|
33
|
+
All previous versions should be considered as deprecated.
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
Changed
|
|
37
|
+
^^^^^^^
|
|
38
|
+
- The module :py:mod:`~manen.page_object_model` has been rewritten to use type annotation instead
|
|
39
|
+
of ``Element``. Note that some elements like select or radio button haven't been implemented in
|
|
40
|
+
this new version yet (but will be in the future).
|
|
41
|
+
- Most of the documentation pages have been rewritten and improved.
|
|
42
|
+
- Most modules have better typing annotations and documentation. Besides, the code has been
|
|
43
|
+
improved to be more "Pythonic".
|
|
44
|
+
- Manen no longer has optional dependencies (which were in fact development dependencies).
|
|
45
|
+
- The minimal version of Python required is now 3.10.
|
|
46
|
+
- Internally, Manen is now using `rye <https://rye.astral.sh/guide/>`_ as project manager, and
|
|
47
|
+
`ruff <https://docs.astral.sh/ruff/>`_ for the linting and formatting.
|
|
48
|
+
|
|
49
|
+
Removed
|
|
50
|
+
^^^^^^^
|
|
51
|
+
- The module ``manen.resource`` and everything related (like the CLI) have been removed. Indeed,
|
|
52
|
+
the `official Selenium manager <https://www.selenium.dev/documentation/selenium_manager/>`_
|
|
53
|
+
(available as a CLI tool and in recent versions of Python bindings for Selenium) provides the
|
|
54
|
+
same functionalities.
|
|
55
|
+
- ``manen.browser.BraveBrowser`` has been removed because it had a dependency on the module
|
|
56
|
+
``manen.resource``. Besides, it was considered as not enough tested internally to make it
|
|
57
|
+
available publicly.
|
|
58
|
+
|
|
59
|
+
|
|
|
60
|
+
|
|
61
|
+
0.2.0
|
|
62
|
+
-----
|
|
63
|
+
|
|
64
|
+
|topic| Rename some classes in :py:mod:`~manen.page_object_model` and improve CLI |end|
|
|
65
|
+
|
|
66
|
+
|released_on| 2022-02-19 |end|
|
|
67
|
+
|
|
68
|
+
Added
|
|
69
|
+
^^^^^
|
|
70
|
+
- Specify link to changelog in documentation in package metadata.
|
|
71
|
+
- Introduce new options in ``manen driver download`` to set the specifications of the drivers
|
|
72
|
+
to be downloaded directly from the command line.
|
|
73
|
+
- Add exhaustibility in documentation of :py:mod:`~manen.page_object_model` to describe
|
|
74
|
+
private/special methods and classes other than the ones in ``__all__``.
|
|
75
|
+
|
|
76
|
+
Changed
|
|
77
|
+
^^^^^^^
|
|
78
|
+
|
|
79
|
+
- Improve CLI command to download drivers executable (now launched with ``manen driver download``).
|
|
80
|
+
- Rename :py:class:`~manen.page_object_model.DateTimeElement` (previously ``DatetimeElement``).
|
|
81
|
+
- Rename :py:class:`~manen.page_object_model.DOMAccessor` (previously ``DomAccessor``).
|
|
82
|
+
|
|
83
|
+
Fixed
|
|
84
|
+
^^^^^
|
|
85
|
+
- Fix link to notebooks in the info section of :ref:`User Guide`
|
|
86
|
+
|
|
87
|
+
|
|
|
88
|
+
|
|
89
|
+
0.1.2
|
|
90
|
+
-----
|
|
91
|
+
|
|
92
|
+
|topic| Fix bug in the download workflow of the CLI |end|
|
|
93
|
+
|
|
94
|
+
|released_on| 2022-02-19 |end|
|
|
95
|
+
|
|
96
|
+
Fixed
|
|
97
|
+
^^^^^
|
|
98
|
+
|
|
99
|
+
- Fix a ``TypeError`` in the download workflow (variable wrongly named).
|
|
100
|
+
|
|
101
|
+
|
|
|
102
|
+
|
|
103
|
+
0.1.1
|
|
104
|
+
-----
|
|
105
|
+
|
|
106
|
+
|topic| Mainly documentation improvements |end|
|
|
107
|
+
|
|
108
|
+
|released_on| 2022-02-12 |end|
|
|
109
|
+
|
|
110
|
+
Changed
|
|
111
|
+
^^^^^^^
|
|
112
|
+
|
|
113
|
+
- Make documentation publicly available under
|
|
114
|
+
`kodaho.github.io/manen <https://kodaho.github.io/manen/>`_.
|
|
115
|
+
- Complete README page.
|
|
116
|
+
- Add the section `About the project` in the documentation (moved from home page).
|
|
117
|
+
- Complete user guides.
|
|
118
|
+
- Rewording and reformatting of several sections.
|
|
119
|
+
|
|
120
|
+
|
|
|
121
|
+
|
|
122
|
+
0.1.0
|
|
123
|
+
-----
|
|
124
|
+
|
|
125
|
+
|topic| First release of the package |end|
|
|
126
|
+
|
|
127
|
+
|released_on| 2022-01-31 |end|
|
|
128
|
+
|
|
129
|
+
Added
|
|
130
|
+
^^^^^
|
|
131
|
+
|
|
132
|
+
- :py:func:`~manen.finder.find` allows to easily get element(s) in a WebDriver
|
|
133
|
+
page. This function support several very different use cases, thanks to several
|
|
134
|
+
arguments that can be passed to the function.
|
|
135
|
+
- :py:mod:`~manen.resource` is a module to easily interact with all the assets
|
|
136
|
+
needed by Selenium. It allows for example to download the drivers, executable
|
|
137
|
+
required to launch a WebDriver.
|
|
138
|
+
- :py:mod:`~manen.browser` defined :py:class:`~manen.browser.ChromeBrowser`
|
|
139
|
+
and :py:class:`~manen.browser.BraveBrowser`, an enhanced Selenium WebDriver.
|
|
140
|
+
- :py:mod:`~manen.page_object_model` is the implementation of `page object
|
|
141
|
+
model <https://www.selenium.dev/documentation/test_practices/encouraged/page_object_models/>`_
|
|
142
|
+
described in Selenium documentation. Thanks to that, you can describe and
|
|
143
|
+
interact with the DOM structure through Python classes.
|
|
144
|
+
- A :py:mod:`~manen.cli` is shipped with the initial release in order to download
|
|
145
|
+
drivers files.
|
|
@@ -185,9 +185,8 @@ class BrowserMixin(WebDriverProtocol):
|
|
|
185
185
|
class ChromeBrowser(BrowserMixin, Chrome):
|
|
186
186
|
"""Wrapper around Selenium ChromeWebDriver providing methods to improve its operability."""
|
|
187
187
|
|
|
188
|
-
@
|
|
188
|
+
@staticmethod
|
|
189
189
|
def initialize(
|
|
190
|
-
cls,
|
|
191
190
|
options: ChromeOptions | None = None,
|
|
192
191
|
service: ChromeService | None = None,
|
|
193
192
|
driver_path: str | None = None,
|
|
@@ -226,4 +225,4 @@ class ChromeBrowser(BrowserMixin, Chrome):
|
|
|
226
225
|
if window_size:
|
|
227
226
|
options.add_argument(f"--window-size={window_size[0]},{window_size[1]}")
|
|
228
227
|
|
|
229
|
-
return
|
|
228
|
+
return Chrome(options=options, service=service)
|
manen-0.3.0.dev2/CHANGELOG.md
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [0.3.0] - (unreleased)
|
|
4
|
-
|
|
5
|
-
### Changed
|
|
6
|
-
|
|
7
|
-
- `manen.page_object_model` has been entirely rewritten to use type annotations
|
|
8
|
-
|
|
9
|
-
## [0.2.0] - 2022-02-19
|
|
10
|
-
|
|
11
|
-
### Changed
|
|
12
|
-
|
|
13
|
-
- Improve CLI command to download drivers executable (now launched with `manen driver download`).
|
|
14
|
-
- Rename `manen.page_object_model.DateTimeElement` (previously `DatetimeElement`).
|
|
15
|
-
- Rename `manen.page_object_model.DOMAccessor` (previously `DomAccessor`).
|
|
16
|
-
|
|
17
|
-
### Fixed
|
|
18
|
-
|
|
19
|
-
- Fix link to notebooks in the info section of User Guide
|
|
20
|
-
|
|
21
|
-
### Added
|
|
22
|
-
|
|
23
|
-
- Specify link to changelog in documentation in package metadata.
|
|
24
|
-
- Introduce new options in `manen driver download` to set the specifications of the drivers
|
|
25
|
-
to be downloaded directly from the command line.
|
|
26
|
-
- Add exhaustivity in documentation of `manen.page_object_model` to describe
|
|
27
|
-
private/special methods and classes other than the ones in `__all__`.
|
|
28
|
-
|
|
29
|
-
## [0.1.2] - 2022-02-19
|
|
30
|
-
|
|
31
|
-
**Fix bug in the download workflow of the CLI**
|
|
32
|
-
|
|
33
|
-
### Fixed
|
|
34
|
-
|
|
35
|
-
- Fix a `TypeError` in the download workflow (variable wrongly named)
|
|
36
|
-
|
|
37
|
-
## [0.1.1] - 2022-02-12
|
|
38
|
-
|
|
39
|
-
**Mainly documentation improvements**
|
|
40
|
-
|
|
41
|
-
### Changed
|
|
42
|
-
|
|
43
|
-
- Make documentation publicly available under
|
|
44
|
-
[kodaho.github.io/manen](https://kodaho.github.io/manen/).
|
|
45
|
-
- Complete `README.md` page.
|
|
46
|
-
- Add the section `About the project` in the documentation (moved from home page).
|
|
47
|
-
- Complete user guides.
|
|
48
|
-
- Rewording and reformatting of several sections.
|
|
49
|
-
|
|
50
|
-
## [0.1.0] - 2022-01-31
|
|
51
|
-
|
|
52
|
-
**First release of Manen**
|
|
53
|
-
|
|
54
|
-
### Added
|
|
55
|
-
|
|
56
|
-
- `manen.finder.find` allows to easily get element(s) in a WebDriver
|
|
57
|
-
page. This function support several very different use cases, thanks to several
|
|
58
|
-
arguments that can be passed to the function.
|
|
59
|
-
- `manen.resource` is a module to easily interact with all the assets
|
|
60
|
-
needed by Selenium. It allows for example to download the drivers, executable
|
|
61
|
-
required to launch a WebDriver.
|
|
62
|
-
- `manen.browser` defined `manen.browser.ChromeBrowser`
|
|
63
|
-
and `manen.browser.BraveBrowser`, an enhanced Selenium WebDriver.
|
|
64
|
-
- `manen.page_object_model` is the implementation of [page object
|
|
65
|
-
modelling described in Selenium documentation](https://www.selenium.dev/documentation/test_practices/encouraged/page_object_models/).
|
|
66
|
-
Thanks to that, you can describe and interact with the DOM structure through
|
|
67
|
-
Python classes.
|
|
68
|
-
- a CLI is shipped with the initial release in order to download
|
|
69
|
-
drivers files.
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
Changelog
|
|
2
|
-
=========
|
|
3
|
-
|
|
4
|
-
.. |s| raw:: html
|
|
5
|
-
|
|
6
|
-
⇲ <span style="border-bottom: 1px dashed grey;padding-bottom: 2px; font-size:85%; margin-right:8px">Release date</span> <span style="font-size:90%">
|
|
7
|
-
|
|
8
|
-
.. |e| raw:: html
|
|
9
|
-
|
|
10
|
-
</span>
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
0.3.0
|
|
14
|
-
-----
|
|
15
|
-
|
|
16
|
-
|s| (unreleased) |e|
|
|
17
|
-
|
|
18
|
-
Changed
|
|
19
|
-
^^^^^^^
|
|
20
|
-
- :py:mod:`~manen.page_object_model` has been entirely rewritten to use type annotation instead of `..Element` objects.
|
|
21
|
-
|
|
22
|
-
|
|
|
23
|
-
|
|
24
|
-
0.2.0
|
|
25
|
-
-----
|
|
26
|
-
|
|
27
|
-
|s| 2022-02-19 |e|
|
|
28
|
-
|
|
29
|
-
**Rename some classes in** :py:mod:`~manen.page_object_model` **and improve CLI**
|
|
30
|
-
|
|
31
|
-
Added
|
|
32
|
-
^^^^^
|
|
33
|
-
- Specify link to changelog in documentation in package metadata.
|
|
34
|
-
- Introduce new options in ``manen driver download`` to set the specifications of the drivers
|
|
35
|
-
to be downloaded directly from the command line.
|
|
36
|
-
- Add exhaustibility in documentation of :py:mod:`~manen.page_object_model` to describe
|
|
37
|
-
private/special methods and classes other than the ones in ``__all__``.
|
|
38
|
-
|
|
39
|
-
Changed
|
|
40
|
-
^^^^^^^
|
|
41
|
-
|
|
42
|
-
- Improve CLI command to download drivers executable (now launched with ``manen driver download``).
|
|
43
|
-
- Rename :py:class:`~manen.page_object_model.DateTimeElement` (previously ``DatetimeElement``).
|
|
44
|
-
- Rename :py:class:`~manen.page_object_model.DOMAccessor` (previously ``DomAccessor``).
|
|
45
|
-
|
|
46
|
-
Fixed
|
|
47
|
-
^^^^^
|
|
48
|
-
- Fix link to notebooks in the info section of :ref:`User Guide`
|
|
49
|
-
|
|
50
|
-
|
|
|
51
|
-
|
|
52
|
-
0.1.2
|
|
53
|
-
-----
|
|
54
|
-
|
|
55
|
-
|s| 2022-02-19 |e|
|
|
56
|
-
|
|
57
|
-
**Fix bug in the download workflow of the CLI**
|
|
58
|
-
|
|
59
|
-
Fixed
|
|
60
|
-
^^^^^
|
|
61
|
-
|
|
62
|
-
- Fix a ``TypeError`` in the download workflow (variable wrongly named).
|
|
63
|
-
|
|
64
|
-
|
|
|
65
|
-
|
|
66
|
-
0.1.1
|
|
67
|
-
-----
|
|
68
|
-
|
|
69
|
-
|s| 2022-02-12 |e|
|
|
70
|
-
|
|
71
|
-
**Mainly documentation improvements**
|
|
72
|
-
|
|
73
|
-
Changed
|
|
74
|
-
^^^^^^^
|
|
75
|
-
|
|
76
|
-
- Make documentation publicly available under
|
|
77
|
-
`kodaho.github.io/manen <https://kodaho.github.io/manen/>`_.
|
|
78
|
-
- Complete README page.
|
|
79
|
-
- Add the section `About the project` in the documentation (moved from home page).
|
|
80
|
-
- Complete user guides.
|
|
81
|
-
- Rewording and reformatting of several sections.
|
|
82
|
-
|
|
83
|
-
|
|
|
84
|
-
|
|
85
|
-
0.1.0
|
|
86
|
-
-----
|
|
87
|
-
|
|
88
|
-
|s| 2022-01-31 |e|
|
|
89
|
-
|
|
90
|
-
**First release of the package**
|
|
91
|
-
|
|
92
|
-
Added
|
|
93
|
-
^^^^^
|
|
94
|
-
|
|
95
|
-
- :py:func:`~manen.finder.find` allows to easily get element(s) in a WebDriver
|
|
96
|
-
page. This function support several very different use cases, thanks to several
|
|
97
|
-
arguments that can be passed to the function.
|
|
98
|
-
- :py:mod:`~manen.resource` is a module to easily interact with all the assets
|
|
99
|
-
needed by Selenium. It allows for example to download the drivers, executable
|
|
100
|
-
required to launch a WebDriver.
|
|
101
|
-
- :py:mod:`~manen.browser` defined :py:class:`~manen.browser.ChromeBrowser`
|
|
102
|
-
and :py:class:`~manen.browser.BraveBrowser`, an enhanced Selenium WebDriver.
|
|
103
|
-
- :py:mod:`~manen.page_object_model` is the implementation of `page object
|
|
104
|
-
model <https://www.selenium.dev/documentation/test_practices/encouraged/page_object_models/>`_
|
|
105
|
-
described in Selenium documentation. Thanks to that, you can describe and
|
|
106
|
-
interact with the DOM structure through Python classes.
|
|
107
|
-
- a :py:mod:`~manen.cli` is shipped with the initial release in order to download
|
|
108
|
-
drivers files.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|