C# Class NPageObject.Selenium.SeleniumDomCheckerHelper

NOTE 1: BA; sometimes the DOM changes as we iterate over in-memory references to the DOM. If we query a DOM element that no-longer exists, then an exception is thrown, which we handle by discounting the element (returning false here).
Afficher le fichier Open project: benaston/NPageObject

Méthodes publiques

Méthode Description
ContainsLinkToRepeatedlyInvocableDelegateImplementation ( ContainsLinkToDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
ContainsLinkWithTextRepeatedlyInvocableDelegateImplementation ( ContainsLinkWithTextDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
IsTextVisibleRepeatedlyInvocableDelegateImplementation ( IsTextVisibleDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
IsTextVisibleStrictRepeatedlyInvocableDelegateImplementation ( IsTextVisibleDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation

Method Details

ContainsLinkToRepeatedlyInvocableDelegateImplementation() public static méthode

public static ContainsLinkToRepeatedlyInvocableDelegateImplementation ( ContainsLinkToDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
dto ContainsLinkToDelegateDto
outputValue bool
Résultat ShouldRepeatDelegateInvocation

ContainsLinkWithTextRepeatedlyInvocableDelegateImplementation() public static méthode

public static ContainsLinkWithTextRepeatedlyInvocableDelegateImplementation ( ContainsLinkWithTextDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
dto ContainsLinkWithTextDto
outputValue bool
Résultat ShouldRepeatDelegateInvocation

IsTextVisibleRepeatedlyInvocableDelegateImplementation() public static méthode

public static IsTextVisibleRepeatedlyInvocableDelegateImplementation ( IsTextVisibleDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
dto IsTextVisibleDelegateDto
outputValue bool
Résultat ShouldRepeatDelegateInvocation

IsTextVisibleStrictRepeatedlyInvocableDelegateImplementation() public static méthode

public static IsTextVisibleStrictRepeatedlyInvocableDelegateImplementation ( IsTextVisibleDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
dto IsTextVisibleDelegateDto
outputValue bool
Résultat ShouldRepeatDelegateInvocation