C# Класс 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).
Показать файл Открыть проект

Открытые методы

Метод Описание
ContainsLinkToRepeatedlyInvocableDelegateImplementation ( ContainsLinkToDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
ContainsLinkWithTextRepeatedlyInvocableDelegateImplementation ( ContainsLinkWithTextDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
IsTextVisibleRepeatedlyInvocableDelegateImplementation ( IsTextVisibleDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
IsTextVisibleStrictRepeatedlyInvocableDelegateImplementation ( IsTextVisibleDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation

Описание методов

ContainsLinkToRepeatedlyInvocableDelegateImplementation() публичный статический Метод

public static ContainsLinkToRepeatedlyInvocableDelegateImplementation ( ContainsLinkToDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
dto ContainsLinkToDelegateDto
outputValue bool
Результат ShouldRepeatDelegateInvocation

ContainsLinkWithTextRepeatedlyInvocableDelegateImplementation() публичный статический Метод

public static ContainsLinkWithTextRepeatedlyInvocableDelegateImplementation ( ContainsLinkWithTextDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
dto ContainsLinkWithTextDto
outputValue bool
Результат ShouldRepeatDelegateInvocation

IsTextVisibleRepeatedlyInvocableDelegateImplementation() публичный статический Метод

public static IsTextVisibleRepeatedlyInvocableDelegateImplementation ( IsTextVisibleDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
dto IsTextVisibleDelegateDto
outputValue bool
Результат ShouldRepeatDelegateInvocation

IsTextVisibleStrictRepeatedlyInvocableDelegateImplementation() публичный статический Метод

public static IsTextVisibleStrictRepeatedlyInvocableDelegateImplementation ( IsTextVisibleDelegateDto dto, bool &outputValue ) : ShouldRepeatDelegateInvocation
dto IsTextVisibleDelegateDto
outputValue bool
Результат ShouldRepeatDelegateInvocation