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
feat: Add adaptive context helpers #964
feat: Add adaptive context helpers #964
Changes from all commits
d8b2438
c12acda
623d341
548349e
29d510a
04eefd9
33efed3
202aceb
d474a94
e95ff19
2408d85
d345259
bfa9290
63f278a
e190788
0ecb137
b73c702
5c79d0d
957915a
f12f605
5256af2
2fd7aae
714b5bd
b38dda1
ffb2a78
3b05228
dc06490
0766b7a
4a63c2c
bd72a84
c964d44
a471395
dbf6310
8ee8f99
c291d3e
2c23238
b2a29c1
0786f87
4f7d7f4
1234ea7
e85ec9f
6e8635a
0e9146a
a4eac8f
44ad898
f219453
64d9e54
08fc81f
9bde9dc
9a14569
fd8dd82
4221219
565d36b
4bd8251
a3ab2e8
fc95132
4f316b5
949c4ff
14d6f4f
56ad33a
781d5ff
a93d6a1
23f1494
2ae55ac
b4ba31b
0b7bfca
8bce425
5f8c26c
e1d0c7e
aacb90a
1970276
dc286be
e164fa1
e65d883
ab1c40e
2bf43f6
9de0b5c
8ffa499
e133712
cdb3181
4effa19
410dcff
109847d
39bb7f8
3c5a2ae
3aff36f
760f272
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.
This is one use case, the other is that you can use it when you just want to perform selector-based data extraction and don't want to investigate the target website to find out the rendering type 🙂
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.
Added.