Closed Bug 1756625 Opened 3 years ago Closed 3 years ago

Intermittent /webdriver/tests/execute_async_script/user_prompts.py | test_ignore[capabilities0-alert] - webdriver.error.JavascriptErrorException: javascript error (500): JavaScriptError: Document was unloaded

Categories

(Remote Protocol :: Marionette, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1737282

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Filed by: ctuns [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=368761874&repo=mozilla-esr91
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kmp4IMdbTYqU0CfOmA6bPA/runs/0/artifacts/public/logs/live_backing.log


[task 2022-02-22T14:25:00.652Z] 14:25:00     INFO - TEST-PASS | /webdriver/tests/execute_async_script/user_prompts.py | test_dismiss_and_notify[capabilities0-prompt-None] 
[task 2022-02-22T14:25:00.652Z] 14:25:00     INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/execute_async_script/user_prompts.py | test_ignore[capabilities0-alert] - webdriver.error.JavascriptErrorException: javascript error (500): JavaScriptError: Document was unloaded
[task 2022-02-22T14:25:00.652Z] 14:25:00     INFO - check_user_prompt_not_closed_but_exception = <function check_user_prompt_not_closed_but_exception.<locals>.check_user_prompt_not_closed_but_exception at 0x7f84cc7a2e60>
[task 2022-02-22T14:25:00.652Z] 14:25:00     INFO - dialog_type = 'alert'
[task 2022-02-22T14:25:00.652Z] 14:25:00     INFO - 
[task 2022-02-22T14:25:00.652Z] 14:25:00     INFO -     @pytest.mark.capabilities({"unhandledPromptBehavior": "ignore"})
[task 2022-02-22T14:25:00.652Z] 14:25:00     INFO -     @pytest.mark.parametrize("dialog_type", ["alert", "confirm", "prompt"])
[task 2022-02-22T14:25:00.652Z] 14:25:00     INFO -     def test_ignore(check_user_prompt_not_closed_but_exception, dialog_type):
[task 2022-02-22T14:25:00.652Z] 14:25:00     INFO - >       check_user_prompt_not_closed_but_exception(dialog_type)
[task 2022-02-22T14:25:00.652Z] 14:25:00     INFO - 
[task 2022-02-22T14:25:00.653Z] 14:25:00     INFO - check_user_prompt_not_closed_but_exception = <function check_user_prompt_not_closed_but_exception.<locals>.check_user_prompt_not_closed_but_exception at 0x7f84cc7a2e60>
[task 2022-02-22T14:25:00.653Z] 14:25:00     INFO - dialog_type = 'alert'
[task 2022-02-22T14:25:00.653Z] 14:25:00     INFO - 
[task 2022-02-22T14:25:00.653Z] 14:25:00     INFO - tests/web-platform/tests/webdriver/tests/execute_async_script/user_prompts.py:109: 
[task 2022-02-22T14:25:00.653Z] 14:25:00     INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
[task 2022-02-22T14:25:00.653Z] 14:25:00     INFO - tests/web-platform/tests/webdriver/tests/execute_async_script/user_prompts.py:53: in check_user_prompt_not_closed_but_exception
[task 2022-02-22T14:25:00.653Z] 14:25:00     INFO -     create_dialog(dialog_type, text=dialog_type)
[task 2022-02-22T14:25:00.653Z] 14:25:00     INFO -         create_dialog = <function create_dialog.<locals>.create_dialog at 0x7f84cc7a23b0>
[task 2022-02-22T14:25:00.653Z] 14:25:00     INFO -         dialog_type = 'alert'
[task 2022-02-22T14:25:00.653Z] 14:25:00     INFO -         session    = <Session 29cc0969-2e11-f149-9754-ee4505a1215a>
[task 2022-02-22T14:25:00.653Z] 14:25:00     INFO - tests/web-platform/tests/webdriver/tests/support/fixtures.py:267: in create_dialog
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO -     """, args=(dialog_type, text))
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO -         dialog_type = 'alert'
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO -         session    = <Session 29cc0969-2e11-f149-9754-ee4505a1215a>
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO -         text       = 'alert'
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:19: in inner
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO -     return func(self, *args, **kwargs)
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO -         args       = ('\n'
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO -  '            let dialog_type = arguments[0];\n'
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO -  '            let text = arguments[1];\n'
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO -  '\n'
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO -  '            setTimeout(function() {\n'
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO -  "              if (dialog_type == 'prompt') {\n"
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO -  "                window.dialog_return_value = window[dialog_type](text, '');\n"
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO -  '              } else {\n'
[task 2022-02-22T14:25:00.654Z] 14:25:00     INFO -  '                window.dialog_return_value = window[dialog_type](text);\n'
[task 2022-02-22T14:25:00.655Z] 14:25:00     INFO -  '              }\n'
[task 2022-02-22T14:25:00.655Z] 14:25:00     INFO -  '            }, 0);\n'
[task 2022-02-22T14:25:00.655Z] 14:25:00     INFO -  '            ',)
[task 2022-02-22T14:25:00.655Z] 14:25:00     INFO -         func       = <function Session.execute_async_script at 0x7f84caeec290>
[task 2022-02-22T14:25:00.655Z] 14:25:00     INFO -         kwargs     = {'args': ('alert', 'alert')}
[task 2022-02-22T14:25:00.655Z] 14:25:00     INFO -         self       = <Session 29cc0969-2e11-f149-9754-ee4505a1215a>
[task 2022-02-22T14:25:00.655Z] 14:25:00     INFO -         session    = <Session 29cc0969-2e11-f149-9754-ee4505a1215a>
[task 2022-02-22T14:25:00.655Z] 14:25:00     INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:772: in execute_async_script
[task 2022-02-22T14:25:00.655Z] 14:25:00     INFO -     return self.send_session_command("POST", "execute/async", body)
[task 2022-02-22T14:25:00.656Z] 14:25:00     INFO -         args       = ('alert', 'alert')
[task 2022-02-22T14:25:00.656Z] 14:25:00     INFO -         body       = {'args': ('alert', 'alert'),
[task 2022-02-22T14:25:00.656Z] 14:25:00     INFO -  'script': '\n'
[task 2022-02-22T14:25:00.656Z] 14:25:00     INFO -            '            let dialog_type = arguments[0];\n'
[task 2022-02-22T14:25:00.656Z] 14:25:00     INFO -            '            let text = arguments[1];\n'
[task 2022-02-22T14:25:00.656Z] 14:25:00     INFO -            '\n'
[task 2022-02-22T14:25:00.656Z] 14:25:00     INFO -            '            setTimeout(function() {\n'
[task 2022-02-22T14:25:00.656Z] 14:25:00     INFO -            "              if (dialog_type == 'prompt') {\n"
[task 2022-02-22T14:25:00.656Z] 14:25:00     INFO -            '                window.dialog_return_value = '
[task 2022-02-22T14:25:00.656Z] 14:25:00     INFO -            "window[dialog_type](text, '');\n"
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -            '              } else {\n'
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -            '                window.dialog_return_value = '
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -            'window[dialog_type](text);\n'
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -            '              }\n'
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -            '            }, 0);\n'
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -            '            '}
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -         script     = ('\n'
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -  '            let dialog_type = arguments[0];\n'
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -  '            let text = arguments[1];\n'
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -  '\n'
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -  '            setTimeout(function() {\n'
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -  "              if (dialog_type == 'prompt') {\n"
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -  "                window.dialog_return_value = window[dialog_type](text, '');\n"
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -  '              } else {\n'
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -  '                window.dialog_return_value = window[dialog_type](text);\n'
[task 2022-02-22T14:25:00.657Z] 14:25:00     INFO -  '              }\n'
[task 2022-02-22T14:25:00.658Z] 14:25:00     INFO -  '            }, 0);\n'
[task 2022-02-22T14:25:00.658Z] 14:25:00     INFO -  '            ')
[task 2022-02-22T14:25:00.658Z] 14:25:00     INFO -         self       = <Session 29cc0969-2e11-f149-9754-ee4505a1215a>
[task 2022-02-22T14:25:00.658Z] 14:25:00     INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:640: in send_session_command
[task 2022-02-22T14:25:00.658Z] 14:25:00     INFO -     return self.send_command(method, url, body, timeout)
[task 2022-02-22T14:25:00.658Z] 14:25:00     INFO -         body       = {'args': ('alert', 'alert'),
[task 2022-02-22T14:25:00.658Z] 14:25:00     INFO -  'script': '\n'
[task 2022-02-22T14:25:00.658Z] 14:25:00     INFO -            '            let dialog_type = arguments[0];\n'
[task 2022-02-22T14:25:00.658Z] 14:25:00     INFO -            '            let text = arguments[1];\n'
[task 2022-02-22T14:25:00.658Z] 14:25:00     INFO -            '\n'
[task 2022-02-22T14:25:00.658Z] 14:25:00     INFO -            '            setTimeout(function() {\n'
[task 2022-02-22T14:25:00.658Z] 14:25:00     INFO -            "              if (dialog_type == 'prompt') {\n"
[task 2022-02-22T14:25:00.658Z] 14:25:00     INFO -            '                window.dialog_return_value = '
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO -            "window[dialog_type](text, '');\n"
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO -            '              } else {\n'
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO -            '                window.dialog_return_value = '
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO -            'window[dialog_type](text);\n'
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO -            '              }\n'
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO -            '            }, 0);\n'
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO -            '            '}
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO -         method     = 'POST'
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO -         self       = <Session 29cc0969-2e11-f149-9754-ee4505a1215a>
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO -         timeout    = None
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO -         uri        = 'execute/async'
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO -         url        = 'session/29cc0969-2e11-f149-9754-ee4505a1215a/execute/async'
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO - 
[task 2022-02-22T14:25:00.659Z] 14:25:00     INFO - self = <Session 29cc0969-2e11-f149-9754-ee4505a1215a>, method = 'POST'
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO - url = 'session/29cc0969-2e11-f149-9754-ee4505a1215a/execute/async'
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO - body = {'args': ('alert', 'alert'), 'script': '\n            let dialog_type = arguments[0];\n            let text = argument...           window.dialog_return_value = window[dialog_type](text);\n              }\n            }, 0);\n            '}
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO - timeout = None
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO - 
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -     def send_command(self, method, url, body=None, timeout=None):
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -         """
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -         Send a command to the remote end and validate its success.
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -     
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -         :param method: HTTP method to use in request.
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -         :param uri: "Command part" of the HTTP request URL,
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -             e.g. `window/rect`.
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -         :param body: Optional body of the HTTP request.
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -     
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -         :return: `None` if the HTTP response body was empty, otherwise
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -             the `value` field returned after parsing the response
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -             body as JSON.
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -     
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -         :raises error.WebDriverException: If the remote end returns
[task 2022-02-22T14:25:00.660Z] 14:25:00     INFO -             an error.
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -         :raises ValueError: If the response body does not contain a
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -             `value` key.
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -         """
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -     
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -         response = self.transport.send(
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -             method, url, body,
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -             encoder=protocol.Encoder, decoder=protocol.Decoder,
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -             session=self, timeout=timeout)
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -     
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -         if response.status != 200:
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -             err = error.from_response(response)
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -     
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -             if isinstance(err, error.InvalidSessionIdException):
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -                 # The driver could have already been deleted the session.
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -                 self.session_id = None
[task 2022-02-22T14:25:00.661Z] 14:25:00     INFO -     
[task 2022-02-22T14:25:00.662Z] 14:25:00     INFO - >           raise err
[task 2022-02-22T14:25:00.662Z] 14:25:00     INFO - E           webdriver.error.JavascriptErrorException: javascript error (500): JavaScriptError: Document was unloaded
[task 2022-02-22T14:25:00.662Z] 14:25:00     INFO - E           
[task 2022-02-22T14:25:00.662Z] 14:25:00     INFO - E           Remote-end stacktrace:
[task 2022-02-22T14:25:00.662Z] 14:25:00     INFO - E           
[task 2022-02-22T14:25:00.662Z] 14:25:00     INFO - E           WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:181:5
[task 2022-02-22T14:25:00.662Z] 14:25:00     INFO - E           JavaScriptError@chrome://remote/content/shared/webdriver/Errors.jsm:360:5
[task 2022-02-22T14:25:00.662Z] 14:25:00     INFO - E           evaluate.sandbox/promise</unloadHandler<@chrome://remote/content/marionette/evaluate.js:132:20
[task 2022-02-22T14:25:00.662Z] 14:25:00     INFO - E           openPromptSync@resource://gre/modules/Prompter.jsm:1117:17
[task 2022-02-22T14:25:00.662Z] 14:25:00     INFO - E           alert@resource://gre/modules/Prompter.jsm:1394:17
[task 2022-02-22T14:25:00.662Z] 14:25:00     INFO - E           @moz-nullprincipal:{28c37398-c5de-402e-8b26-47bf40df9cef}:10:65
[task 2022-02-22T14:25:00.663Z] 14:25:00     INFO - 
[task 2022-02-22T14:25:00.663Z] 14:25:00     INFO - body       = {'args': ('alert', 'alert'),
[task 2022-02-22T14:25:00.663Z] 14:25:00     INFO -  'script': '\n'
[task 2022-02-22T14:25:00.663Z] 14:25:00     INFO -            '            let dialog_type = arguments[0];\n'
[task 2022-02-22T14:25:00.663Z] 14:25:00     INFO -            '            let text = arguments[1];\n'
[task 2022-02-22T14:25:00.663Z] 14:25:00     INFO -            '\n'
[task 2022-02-22T14:25:00.663Z] 14:25:00     INFO -            '            setTimeout(function() {\n'
[task 2022-02-22T14:25:00.663Z] 14:25:00     INFO -            "              if (dialog_type == 'prompt') {\n"
[task 2022-02-22T14:25:00.663Z] 14:25:00     INFO -            '                window.dialog_return_value = '
[task 2022-02-22T14:25:00.663Z] 14:25:00     INFO -            "window[dialog_type](text, '');\n"
[task 2022-02-22T14:25:00.663Z] 14:25:00     INFO -            '              } else {\n'
[task 2022-02-22T14:25:00.663Z] 14:25:00     INFO -            '                window.dialog_return_value = '
[task 2022-02-22T14:25:00.663Z] 14:25:00     INFO -            'window[dialog_type](text);\n'
[task 2022-02-22T14:25:00.663Z] 14:25:00     INFO -            '              }\n'
[task 2022-02-22T14:25:00.664Z] 14:25:00     INFO -            '            }, 0);\n'
[task 2022-02-22T14:25:00.664Z] 14:25:00     INFO -            '            '}
[task 2022-02-22T14:25:00.664Z] 14:25:00     INFO - err        = <JavascriptErrorException http_status=500>
[task 2022-02-22T14:25:00.664Z] 14:25:00     INFO - method     = 'POST'
[task 2022-02-22T14:25:00.664Z] 14:25:00     INFO - response   = <Response status=500 error=<JavascriptErrorException http_status=500>>
[task 2022-02-22T14:25:00.664Z] 14:25:00     INFO - self       = <Session 29cc0969-2e11-f149-9754-ee4505a1215a>
[task 2022-02-22T14:25:00.664Z] 14:25:00     INFO - timeout    = None
[task 2022-02-22T14:25:00.664Z] 14:25:00     INFO - url        = 'session/29cc0969-2e11-f149-9754-ee4505a1215a/execute/async'
[task 2022-02-22T14:25:00.664Z] 14:25:00     INFO - 
[task 2022-02-22T14:25:00.664Z] 14:25:00     INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:604: JavascriptErrorException
[task 2022-02-22T14:25:00.667Z] 14:25:00     INFO - .....
[task 2022-02-22T14:25:00.667Z] 14:25:00     INFO - TEST-OK | /webdriver/tests/execute_async_script/user_prompts.py | took 11444ms
[task 2022-02-22T14:25:00.668Z] 14:25:00     INFO - Restarting browser for new test group
[task 2022-02-22T14:25:00.671Z] 14:25:00     INFO - PID 1188 | 1645539900513	Marionette	DEBUG	0 -> [0,65,"WebDriver:SwitchToWindow",{"handle":"541f8d31-c397-034f-a931-990e814e74d3","name":"541f8d31-c397-034f-a931-990e814e74d3"}]
[task 2022-02-22T14:25:00.672Z] 14:25:00     INFO - PID 1188 | 1645539900513	Marionette	DEBUG	0 <- [1,65,null,{"value":null}]
[task 2022-02-22T14:25:00.672Z] 14:25:00     INFO - PID 1188 | 1645539900513	webdriver::server	DEBUG	<- 200 OK {"value":null}
[task 2022-02-22T14:25:00.673Z] 14:25:00     INFO - PID 1188 | 1645539900514	webdriver::server	DEBUG	-> POST /session/5ded0fbc-7662-134d-bb0d-cb89a54e2ed3/window/rect {"width": 800, "height": 600}
[task 2022-02-22T14:25:00.674Z] 14:25:00     INFO - PID 1188 | 1645539900515	Marionette	DEBUG	0 -> [0,66,"WebDriver:SetWindowRect",{"height":600,"width":800}]
[task 2022-02-22T14:25:00.675Z] 14:25:00     INFO - PID 1188 | 1645539900515	Marionette	DEBUG	0 <- [1,66,null,{"x":100,"y":100,"width":800,"height":600}]
[task 2022-02-22T14:25:00.675Z] 14:25:00     INFO - PID 1188 | 1645539900515	webdriver::server	DEBUG	<- 200 OK {"value":{"x":100,"y":100,"width":800,"height":600}}
[task 2022-02-22T14:25:00.676Z] 14:25:00     INFO - PID 1188 | 1645539900516	webdriver::server	DEBUG	-> POST /session/5ded0fbc-7662-134d-bb0d-cb89a54e2ed3/frame {"id": null}
[task 2022-02-22T14:25:00.677Z] 14:25:00     INFO - PID 1188 | 1645539900516	Marionette	DEBUG	0 -> [0,67,"WebDriver:SwitchToFrame",{"id":null}]
[task 2022-02-22T14:25:00.677Z] 14:25:00     INFO - PID 1188 | 1645539900517	Marionette	DEBUG	0 <- [1,67,null,{"value":null}]
[task 2022-02-22T14:25:00.678Z] 14:25:00     INFO - PID 1188 | 1645539900517	webdriver::server	DEBUG	<- 200 OK {"value":null}
[task 2022-02-22T14:25:00.679Z] 14:25:00     INFO - Closing logging queue
[task 2022-02-22T14:25:00.679Z] 14:25:00     INFO - queue closed
[task 2022-02-22T14:25:00.682Z] 14:25:00     INFO - Starting runner
[task 2022-02-22T14:25:01.947Z] 14:25:01     INFO - PID 1248 | 1645539901380	geckodriver	INFO	Listening on 127.0.0.1:53469
[task 2022-02-22T14:25:01.948Z] 14:25:01     INFO - WebDriver HTTP server listening at http://127.0.0.1:53469/
[task 2022-02-22T14:25:01.950Z] 14:25:01     INFO - TEST-START | /webdriver/tests/find_element_from_element/find.py
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
Moving bug to Remote Protocol::Marionette component per bug 1815831.
Component: geckodriver → Marionette
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.