Skip to content
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: TriggerFavicon #879

Closed
wants to merge 21 commits into from
Closed

Conversation

Fly-Playgroud
Copy link
Contributor

1.support in headless mode to trigger favicon request.
2.when call it in no-headless mode will raise an error with message:browser is no-headless

#680

1.support in headless mode to trigger favicon request.
2.when call it in no-headless mode will raise an error with message:browser is no-headless
@Fly-Playgroud Fly-Playgroud requested a review from ysmood May 27, 2023 04:22
@Fly-Playgroud Fly-Playgroud added the enhance New feature or request label May 27, 2023
page_test.go Outdated Show resolved Hide resolved
page_test.go Outdated Show resolved Hide resolved
page_test.go Outdated Show resolved Hide resolved
@Fly-Playgroud Fly-Playgroud requested a review from ysmood May 27, 2023 15:33
page_test.go Show resolved Hide resolved
@Fly-Playgroud Fly-Playgroud requested a review from ysmood May 28, 2023 01:31
@@ -25,14 +25,14 @@ var ElementX = &Function{
// ElementsX ...
var ElementsX = &Function{
Name: "elementsX",
Definition: `function(e){var t,n=functions.selectable(this);const i=document.evaluate(e,n,null,XPathResult.ORDERED_NODE_ITERATOR_TYPE),r=[];for(;t=i.iterateNext();)r.push(t);return r}`,
Definition: `function(e){var t,n=functions.selectable(this);const r=document.evaluate(e,n,null,XPathResult.ORDERED_NODE_ITERATOR_TYPE),i=[];for(;t=r.iterateNext();)i.push(t);return i}`,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run go run ./lib/js/generate, it shouldn't change this part.

@Fly-Playgroud Fly-Playgroud requested a review from ysmood May 29, 2023 03:02
@ysmood ysmood reopened this Jun 2, 2023
@Fly-Playgroud Fly-Playgroud deleted the TriggerFavicon branch June 2, 2023 10:00
@Fly-Playgroud Fly-Playgroud restored the TriggerFavicon branch June 2, 2023 10:03
@Fly-Playgroud Fly-Playgroud deleted the TriggerFavicon branch June 6, 2023 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhance New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants