@@ -82,8 +82,12 @@ def test_should_set_the_position_of_the_current_window(driver):
82
82
83
83
@pytest .mark .xfail_chrome (raises = WebDriverException ,
84
84
reason = 'Get Window Rect command not implemented' )
85
+ @pytest .mark .xfail_firefox (raises = WebDriverException ,
86
+ reason = 'Get Window Rect command not implemented' )
85
87
@pytest .mark .xfail_phantomjs (raises = WebDriverException ,
86
88
reason = 'Get Window Rect command not implemented' )
89
+ @pytest .mark .xfail_remote (raises = WebDriverException ,
90
+ reason = 'Get Window Rect command not implemented' )
87
91
@pytest .mark .xfail_safari (raises = WebDriverException ,
88
92
reason = 'Get Window Rect command not implemented' )
89
93
def test_should_get_the_rect_of_the_current_window (driver ):
@@ -96,8 +100,12 @@ def test_should_get_the_rect_of_the_current_window(driver):
96
100
97
101
@pytest .mark .xfail_chrome (raises = WebDriverException ,
98
102
reason = 'Get Window Rect command not implemented' )
103
+ @pytest .mark .xfail_firefox (raises = WebDriverException ,
104
+ reason = 'Get Window Rect command not implemented' )
99
105
@pytest .mark .xfail_phantomjs (raises = WebDriverException ,
100
106
reason = 'Get Window Rect command not implemented' )
107
+ @pytest .mark .xfail_remote (raises = WebDriverException ,
108
+ reason = 'Get Window Rect command not implemented' )
101
109
@pytest .mark .xfail_safari (raises = WebDriverException ,
102
110
reason = 'Get Window Rect command not implemented' )
103
111
def test_should_set_the_rect_of_the_current_window (driver ):
0 commit comments