Skip to content

Commit

Permalink
Added wait_for_css option to cmc scraper call. (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-myles authored Nov 21, 2024
1 parent 10f82a1 commit 049eee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kyc/scraper/cmc.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func (c *cmcVerifierImpl) Scrape(ctx context.Context, target string) (result *we
options["block_resources"] = falseVal
options["load_iframes"] = trueVal
options["load_shadowroots"] = falseVal
options["wait_for_css"] = ".post-with-reply"

return options
},
Expand Down

0 comments on commit 049eee1

Please sign in to comment.