@@ -457,17 +457,13 @@ public void ShouldThrowAnExceptionWhenThereIsNoLinkToClick()
457
457
}
458
458
459
459
[ 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" ) ]
462
460
public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInDriverFindElement ( )
463
461
{
464
462
driver . Url = formsPage ;
465
463
Assert . That ( ( ) => driver . FindElement ( By . XPath ( "this][isnot][valid" ) ) , Throws . InstanceOf < InvalidSelectorException > ( ) ) ;
466
464
}
467
465
468
466
[ 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" ) ]
471
467
public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInDriverFindElements ( )
472
468
{
473
469
if ( TestUtilities . IsIE6 ( driver ) )
@@ -481,8 +477,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidIn
481
477
}
482
478
483
479
[ 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" ) ]
486
480
public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInElementFindElement ( )
487
481
{
488
482
driver . Url = formsPage ;
@@ -491,8 +485,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidIn
491
485
}
492
486
493
487
[ 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" ) ]
496
488
public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInElementFindElements ( )
497
489
{
498
490
driver . Url = formsPage ;
@@ -501,17 +493,13 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidIn
501
493
}
502
494
503
495
[ 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" ) ]
506
496
public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInDriverFindElement ( )
507
497
{
508
498
driver . Url = formsPage ;
509
499
Assert . That ( ( ) => driver . FindElement ( By . XPath ( "count(//input)" ) ) , Throws . InstanceOf < InvalidSelectorException > ( ) ) ;
510
500
}
511
501
512
502
[ 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" ) ]
515
503
public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInDriverFindElements ( )
516
504
{
517
505
if ( TestUtilities . IsIE6 ( driver ) )
@@ -525,8 +513,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInDriver
525
513
}
526
514
527
515
[ 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" ) ]
530
516
public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInElementFindElement ( )
531
517
{
532
518
driver . Url = formsPage ;
@@ -536,8 +522,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInElemen
536
522
}
537
523
538
524
[ 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" ) ]
541
525
public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInElementFindElements ( )
542
526
{
543
527
if ( TestUtilities . IsIE6 ( driver ) )
0 commit comments