File tree Expand file tree Collapse file tree
java/test/org/openqa/selenium/bidi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636import java .util .List ;
3737import java .util .Optional ;
3838
39- import org .assertj .core .api .AssertionsForClassTypes ;
4039import org .junit .jupiter .api .BeforeEach ;
4140import org .junit .jupiter .api .Test ;
4241import org .openqa .selenium .By ;
@@ -262,6 +261,7 @@ private void navigateToClicksPageAndClickLink() {
262261 @ NotYetImplemented (SAFARI )
263262 @ NotYetImplemented (IE )
264263 @ NotYetImplemented (EDGE )
264+ @ NotYetImplemented (FIREFOX )
265265 void canMoveMouseToAnElementInAnIframeAndClick () {
266266 driver .get (appServer .whereIs ("click_tests/click_in_iframe.html" ));
267267
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ void testMoveAndClick() {
264264 @ NotYetImplemented (SAFARI )
265265 @ NotYetImplemented (IE )
266266 @ NotYetImplemented (EDGE )
267+ @ NotYetImplemented (FIREFOX )
267268 void testShouldClickElementInIFrame () {
268269 driver .get (pages .clicksPage );
269270 driver .switchTo ().frame ("source" );
Original file line number Diff line number Diff line change 2222import static org .openqa .selenium .testing .Safely .safelyCall ;
2323import static org .openqa .selenium .testing .drivers .Browser .CHROME ;
2424import static org .openqa .selenium .testing .drivers .Browser .EDGE ;
25+ import static org .openqa .selenium .testing .drivers .Browser .FIREFOX ;
2526import static org .openqa .selenium .testing .drivers .Browser .IE ;
2627import static org .openqa .selenium .testing .drivers .Browser .SAFARI ;
2728
@@ -120,6 +121,7 @@ void canCallFunctionWithArguments() {
120121 @ NotYetImplemented (IE )
121122 @ NotYetImplemented (EDGE )
122123 @ NotYetImplemented (CHROME )
124+ @ NotYetImplemented (FIREFOX )
123125 void canCallFunctionToGetIFrameBrowsingContext () {
124126 String url = appServer .whereIs ("click_too_big_in_frame.html" );
125127 driver .get (url );
You can’t perform that action at this time.
0 commit comments