File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
java/test/org/openqa/selenium/bidi Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 36
36
import java .util .List ;
37
37
import java .util .Optional ;
38
38
39
- import org .assertj .core .api .AssertionsForClassTypes ;
40
39
import org .junit .jupiter .api .BeforeEach ;
41
40
import org .junit .jupiter .api .Test ;
42
41
import org .openqa .selenium .By ;
@@ -262,6 +261,7 @@ private void navigateToClicksPageAndClickLink() {
262
261
@ NotYetImplemented (SAFARI )
263
262
@ NotYetImplemented (IE )
264
263
@ NotYetImplemented (EDGE )
264
+ @ NotYetImplemented (FIREFOX )
265
265
void canMoveMouseToAnElementInAnIframeAndClick () {
266
266
driver .get (appServer .whereIs ("click_tests/click_in_iframe.html" ));
267
267
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ void testMoveAndClick() {
264
264
@ NotYetImplemented (SAFARI )
265
265
@ NotYetImplemented (IE )
266
266
@ NotYetImplemented (EDGE )
267
+ @ NotYetImplemented (FIREFOX )
267
268
void testShouldClickElementInIFrame () {
268
269
driver .get (pages .clicksPage );
269
270
driver .switchTo ().frame ("source" );
Original file line number Diff line number Diff line change 22
22
import static org .openqa .selenium .testing .Safely .safelyCall ;
23
23
import static org .openqa .selenium .testing .drivers .Browser .CHROME ;
24
24
import static org .openqa .selenium .testing .drivers .Browser .EDGE ;
25
+ import static org .openqa .selenium .testing .drivers .Browser .FIREFOX ;
25
26
import static org .openqa .selenium .testing .drivers .Browser .IE ;
26
27
import static org .openqa .selenium .testing .drivers .Browser .SAFARI ;
27
28
@@ -120,6 +121,7 @@ void canCallFunctionWithArguments() {
120
121
@ NotYetImplemented (IE )
121
122
@ NotYetImplemented (EDGE )
122
123
@ NotYetImplemented (CHROME )
124
+ @ NotYetImplemented (FIREFOX )
123
125
void canCallFunctionToGetIFrameBrowsingContext () {
124
126
String url = appServer .whereIs ("click_too_big_in_frame.html" );
125
127
driver .get (url );
You can’t perform that action at this time.
0 commit comments