[docs]@dataclassclassDriver:"""Represents a web or mobile driver, supporting Appium, Selenium, and Playwright."""driver:AppiumDriver|SeleniumWebDriver|PlaywrightDrivercontext:PlaywrightContext|None=Noneinstance:PlaywrightBrowser|None=Noneis_mobile_resolution:bool=False