A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/seleniumhq/selenium/commit/d903de8fdcdf5948c5dcbb2958ba95fe0cd367fb below:

[py] add xfail annotations for remote as well · SeleniumHQ/selenium@d903de8 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-0

lines changed 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):

65 65

assert position.get('y') >= 0

66 66 67 67 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')

68 70

def test_should_set_the_position_of_the_current_window(driver):

69 71

position = driver.get_window_position()

70 72

@@ -92,6 +94,7 @@ def test_should_get_the_rect_of_the_current_window(driver):

92 94 93 95 94 96

@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')

95 98

@pytest.mark.xfail_safari(raises=WebDriverException,

96 99

reason='Get Window Rect command not implemented')

97 100

def test_should_set_the_rect_of_the_current_window(driver):

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4