-
I'm blocking some urls with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The methods like |
Beta Was this translation helpful? Give feedback.
-
I'm blocking some urls with |
Beta Was this translation helpful? Give feedback.
-
The methods like |
Beta Was this translation helpful? Give feedback.
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).