@@ -457,17 +457,13 @@ public void ShouldThrowAnExceptionWhenThereIsNoLinkToClick()
457457 }
458458
459459 [ Test ]
460- [ IgnoreBrowser ( Browser . Chrome , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
461- [ IgnoreBrowser ( Browser . Edge , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
462460 public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInDriverFindElement ( )
463461 {
464462 driver . Url = formsPage ;
465463 Assert . That ( ( ) => driver . FindElement ( By . XPath ( "this][isnot][valid" ) ) , Throws . InstanceOf < InvalidSelectorException > ( ) ) ;
466464 }
467465
468466 [ Test ]
469- [ IgnoreBrowser ( Browser . Chrome , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
470- [ IgnoreBrowser ( Browser . Edge , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
471467 public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInDriverFindElements ( )
472468 {
473469 if ( TestUtilities . IsIE6 ( driver ) )
@@ -481,8 +477,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidIn
481477 }
482478
483479 [ Test ]
484- [ IgnoreBrowser ( Browser . Chrome , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
485- [ IgnoreBrowser ( Browser . Edge , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
486480 public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInElementFindElement ( )
487481 {
488482 driver . Url = formsPage ;
@@ -491,8 +485,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidIn
491485 }
492486
493487 [ Test ]
494- [ IgnoreBrowser ( Browser . Chrome , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
495- [ IgnoreBrowser ( Browser . Edge , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
496488 public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInElementFindElements ( )
497489 {
498490 driver . Url = formsPage ;
@@ -501,17 +493,13 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidIn
501493 }
502494
503495 [ Test ]
504- [ IgnoreBrowser ( Browser . Chrome , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
505- [ IgnoreBrowser ( Browser . Edge , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
506496 public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInDriverFindElement ( )
507497 {
508498 driver . Url = formsPage ;
509499 Assert . That ( ( ) => driver . FindElement ( By . XPath ( "count(//input)" ) ) , Throws . InstanceOf < InvalidSelectorException > ( ) ) ;
510500 }
511501
512502 [ Test ]
513- [ IgnoreBrowser ( Browser . Chrome , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
514- [ IgnoreBrowser ( Browser . Edge , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
515503 public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInDriverFindElements ( )
516504 {
517505 if ( TestUtilities . IsIE6 ( driver ) )
@@ -525,8 +513,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInDriver
525513 }
526514
527515 [ Test ]
528- [ IgnoreBrowser ( Browser . Chrome , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
529- [ IgnoreBrowser ( Browser . Edge , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
530516 public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInElementFindElement ( )
531517 {
532518 driver . Url = formsPage ;
@@ -536,8 +522,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInElemen
536522 }
537523
538524 [ Test ]
539- [ IgnoreBrowser ( Browser . Chrome , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
540- [ IgnoreBrowser ( Browser . Edge , "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743" ) ]
541525 public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInElementFindElements ( )
542526 {
543527 if ( TestUtilities . IsIE6 ( driver ) )
0 commit comments