File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616# under the License.
1717
1818from .chrome .options import Options as ChromeOptions # noqa
19+ from .chrome .service import Service as ChromeService # noqa
1920from .chrome .webdriver import WebDriver as Chrome # noqa
2021from .common .action_chains import ActionChains # noqa
2122from .common .desired_capabilities import DesiredCapabilities # noqa
2223from .common .keys import Keys # noqa
2324from .common .proxy import Proxy # noqa
2425from .edge .options import Options as EdgeOptions # noqa
26+ from .edge .service import Service as EdgeService # noqa
2527from .edge .webdriver import WebDriver as ChromiumEdge # noqa
2628from .edge .webdriver import WebDriver as Edge # noqa
2729from .firefox .firefox_profile import FirefoxProfile # noqa
2830from .firefox .options import Options as FirefoxOptions # noqa
31+ from .firefox .service import Service as FirefoxService # noqa
2932from .firefox .webdriver import WebDriver as Firefox # noqa
3033from .ie .options import Options as IeOptions # noqa
34+ from .ie .service import Service as IeService # noqa
3135from .ie .webdriver import WebDriver as Ie # noqa
3236from .remote .webdriver import WebDriver as Remote # noqa
37+ from .safari .options import Options as SafariOptions
38+ from .safari .service import Service as SafariService # noqa
3339from .safari .webdriver import WebDriver as Safari # noqa
3440from .webkitgtk .options import Options as WebKitGTKOptions # noqa
3541from .webkitgtk .webdriver import WebDriver as WebKitGTK # noqa
4349 "Firefox" ,
4450 "FirefoxProfile" ,
4551 "FirefoxOptions" ,
52+ "FirefoxService" ,
4653 "Chrome" ,
4754 "ChromeOptions" ,
55+ "ChromeService" ,
4856 "Ie" ,
4957 "IeOptions" ,
58+ "IeService" ,
5059 "Edge" ,
5160 "ChromiumEdge" ,
5261 "EdgeOptions" ,
62+ "EdgeService" ,
5363 "Safari" ,
64+ "SafariOptions" ,
65+ "SafariService" ,
5466 "WebKitGTK" ,
5567 "WebKitGTKOptions" ,
5668 "WPEWebKit" ,
You can’t perform that action at this time.
0 commit comments