You've already forked Douyin_Web_Live
浏览器初始化内容
This commit is contained in:
@ -1,2 +1,12 @@
|
||||
class IDriver():
|
||||
...
|
||||
def new_tab(self) -> str:
|
||||
...
|
||||
|
||||
def change_tab(self, tab_handler: str):
|
||||
...
|
||||
|
||||
def open_url(self, url: str, tab_handler: str = ""):
|
||||
...
|
||||
|
||||
def screenshot(self, tab_handler: str = "") -> str:
|
||||
...
|
||||
|
Reference in New Issue
Block a user