最新 最热

selenium源码通读·2 | common/exceptions.py异常类

1 异常类基类common/exceptions.py目录定义了各种异常类;其中WebDriverException为基类;源码如下:class WebDriverException(Exception): """ Base webdriver exception. """ def __init......

2023-02-08
1