SeldomQA / seldom

Seldom automation testing framework based on unittest

Home Page:https://seldomqa.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

【问题】 seldom 不支持 selenium 4.10

defnngj opened this issue · comments

4.10 浏览器驱动的 参数调整,不支持 直接传入 浏览器驱动。

https://github.com/SeleniumHQ/selenium/blob/trunk/py/selenium/webdriver/chrome/webdriver.py

class WebDriver(ChromiumDriver):
    """Controls the ChromeDriver and allows you to drive the browser."""

    def __init__(
        self,
        options: Options = None,
        service: Service = None,
        keep_alive: bool = True,
        ....

seldom 3.3.0 切换到 selenium 驱动。