File tree Expand file tree Collapse file tree
src/SeleniumLibrary/keywords/webdrivertools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ def create_edge(
302302 desired_capabilities = self ._remote_capabilities_resolver (
303303 desired_capabilities , defaul_caps
304304 )
305- return self ._remote (desired_capabilities , remote_url )
305+ return self ._remote (desired_capabilities , remote_url , options = options )
306306 if not executable_path :
307307 executable_path = self ._get_executable_path (webdriver .edge .service .Service )
308308 service = EdgeService (executable_path = executable_path , log_path = service_log_path )
@@ -325,7 +325,7 @@ def create_safari(
325325 desired_capabilities = self ._remote_capabilities_resolver (
326326 desired_capabilities , defaul_caps
327327 )
328- return self ._remote (desired_capabilities , remote_url )
328+ return self ._remote (desired_capabilities , remote_url , options = options )
329329 if not executable_path :
330330 executable_path = self ._get_executable_path (webdriver .Safari )
331331 service = SafariService (executable_path = executable_path , log_path = service_log_path )
You can’t perform that action at this time.
0 commit comments