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.
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
handle_urls decorator using a new PageObjectRegistry #16
handle_urls decorator using a new PageObjectRegistry #16
Changes from 19 commits
a5a8f42
ec80b69
308bd1d
aa8000d
a2d5cb6
1f1f410
bdb8987
a3e3eea
ef9945b
f6fdac4
b050d01
ba52ce0
ba61626
f5cffef
c3579b9
234b8d9
531752f
7495b58
0a0ee12
46d40e7
495642b
75593ed
0a2d779
c000cbc
10dff5b
daa3ff9
3b05c07
f626efc
bd3a88e
0cbeb0b
de5563a
e7cca69
eab277a
38e56cd
bf0b3e5
d5a5d75
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo: think about how can we simplify the description here. There is nothing wrong with the current description, but it was a bit hard for me to understand what it means. It becomes much more clear in the next section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kmike I think this could actually be URL patterns to improve clarity. I've also updated the examples so that it clearly reflects that it's not simply a URL or a website link but rather a pattern which follows the syntax of url-matcher. We can take this opportunity to showcase some of the power of
url-matcher
.Updated this on: 0a2d779