|
I'm blocking some urls with |
Answered by
mdmintz
Mar 8, 2024
Replies: 1 comment 5 replies
|
The methods like |
5 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The methods like
uc_open_with_tab(url)anduc_open_with_reconnect(url, reconnect_time)open URLs in a new tab. However,execute_cdp_cmd()only affects the current tab. You can get around that by usinguc_open(url)after you've calledexecute_cdp_cmd()(or if you refresh the page).