imported/w3c/webdriver/tests/element_click/navigate.py::test_numbers_link Fails most of the time the comparison between `session.url` and the expected URL after clicking the link. Adding a sleep as small as 1s after the element_click(session, element) is enough to make it pass consistently. Somehow the method is not "waitingForNavigationToComplete" (step 11 in element click[1]) enough in comparison to GTK, which seems to be more stable (failing only twice in the last 100 runs). [1] https://www.w3.org/TR/webdriver2/#element-click
Fixing right parent bug, sorry.