浏览器简单抽象

This commit is contained in:
2022-06-04 18:15:35 +08:00
parent 138755a9e4
commit 62cff74064
5 changed files with 123 additions and 49 deletions

3
browser/__init__.py Normal file
View File

@ -0,0 +1,3 @@
from browser.edge import EdgeDriver
driver = EdgeDriver()