-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Move Mink toward 2.0 #542
Draft
stof
wants to merge
5
commits into
master
Choose a base branch
from
2-architecture-changes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Oct 9, 2014
stof
force-pushed
the
2-architecture-changes
branch
2 times, most recently
from
January 8, 2015 11:31
77f4cc5
to
3ba6487
Compare
stof
force-pushed
the
2-architecture-changes
branch
from
February 4, 2015 16:53
3ba6487
to
592d63a
Compare
This was referenced Feb 4, 2015
stof
force-pushed
the
2-architecture-changes
branch
from
February 19, 2015 10:41
592d63a
to
a0498b5
Compare
stof
force-pushed
the
2-architecture-changes
branch
from
August 29, 2015 08:44
a0498b5
to
de0733b
Compare
stof
force-pushed
the
2-architecture-changes
branch
2 times, most recently
from
August 29, 2015 19:07
2f6d0fc
to
e42b0c4
Compare
stof
force-pushed
the
2-architecture-changes
branch
from
October 3, 2016 13:53
e42b0c4
to
3f18b3b
Compare
stof
force-pushed
the
2-architecture-changes
branch
from
June 12, 2023 22:23
3f18b3b
to
3774182
Compare
Codecov Report
@@ Coverage Diff @@
## master #542 +/- ##
============================================
+ Coverage 98.43% 99.58% +1.14%
+ Complexity 351 330 -21
============================================
Files 24 23 -1
Lines 1024 959 -65
============================================
- Hits 1008 955 -53
+ Misses 16 4 -12
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
stof
force-pushed
the
2-architecture-changes
branch
from
June 13, 2023 16:58
3774182
to
134be2e
Compare
…_button` selector
The constructor now receives the driver and the element finder instead of the session.
This avoids a circular dependency. The driver interface now returns an array of XPath for found elements, and Element::find() instantiates the NodeElement for them. The driver is now the low level API which does not depend on any other part of Mink (but used by other parts). The ElementFinder is responsible for instantiating the NodeElement.
stof
force-pushed
the
2-architecture-changes
branch
from
June 13, 2023 22:01
134be2e
to
3b01db6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this is the updated version of #427 targetting the master branch.
See #415 for the goals of the change