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).
Show file Open project: benaston/NPageObject

Public Methods

Method 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 method

public static ContainsLinkToRepeatedlyInvocableDelegateImplementation ( ContainsLinkToDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
dto ContainsLinkToDelegateDto
outputValue bool
return ShouldRepeatDelegateInvocation

ContainsLinkWithTextRepeatedlyInvocableDelegateImplementation() public static method

public static ContainsLinkWithTextRepeatedlyInvocableDelegateImplementation ( ContainsLinkWithTextDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
dto ContainsLinkWithTextDto
outputValue bool
return ShouldRepeatDelegateInvocation

IsTextVisibleRepeatedlyInvocableDelegateImplementation() public static method

public static IsTextVisibleRepeatedlyInvocableDelegateImplementation ( IsTextVisibleDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
dto IsTextVisibleDelegateDto
outputValue bool
return ShouldRepeatDelegateInvocation

IsTextVisibleStrictRepeatedlyInvocableDelegateImplementation() public static method

public static IsTextVisibleStrictRepeatedlyInvocableDelegateImplementation ( IsTextVisibleDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
dto IsTextVisibleDelegateDto
outputValue bool
return ShouldRepeatDelegateInvocation