File tree Expand file tree Collapse file tree
py/test/selenium/webdriver/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ def test_should_get_the_position_of_the_current_window(driver):
6565 assert position .get ('y' ) >= 0
6666
6767
68+ @pytest .mark .xfail_firefox (reason = 'https://github.com/mozilla/geckodriver/issues/2042' )
69+ @pytest .mark .xfail_remote (reason = 'https://github.com/mozilla/geckodriver/issues/2042' )
6870def test_should_set_the_position_of_the_current_window (driver ):
6971 position = driver .get_window_position ()
7072
@@ -92,6 +94,7 @@ def test_should_get_the_rect_of_the_current_window(driver):
9294
9395
9496@pytest .mark .xfail_firefox (reason = 'https://github.com/mozilla/geckodriver/issues/2042' )
97+ @pytest .mark .xfail_remote (reason = 'https://github.com/mozilla/geckodriver/issues/2042' )
9598@pytest .mark .xfail_safari (raises = WebDriverException ,
9699 reason = 'Get Window Rect command not implemented' )
97100def test_should_set_the_rect_of_the_current_window (driver ):
You can’t perform that action at this time.
0 commit comments