浏览器简单抽象

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

2
browser/IDriver.py Normal file
View File

@ -0,0 +1,2 @@
class IDriver():
...