摘要:
前言 go_to在当前的Web浏览器窗口中打开指定的URL 入参介绍 url def go_to(url): """ :param url: URL to open. :type url: str Opens the specified URL in the current web browser 阅读全文
posted @ 2020-09-02 22:05 weitungblog 阅读(508) 评论(0) 推荐(0)
|
|
|
|
摘要:
前言 go_to在当前的Web浏览器窗口中打开指定的URL 入参介绍 url def go_to(url): """ :param url: URL to open. :type url: str Opens the specified URL in the current web browser 阅读全文
posted @ 2020-09-02 22:05 weitungblog 阅读(508) 评论(0) 推荐(0)
摘要:
前言 attach_file关键字根据官方介绍的作用是上传文件 入参介绍 def attach_file(file_path, to=None): """ :param file_path: The path of the file to be attached. :param to: The fi 阅读全文
posted @ 2020-09-02 07:07 weitungblog 阅读(850) 评论(0) 推荐(0) |
|