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).
파일 보기 프로젝트 열기: benaston/NPageObject

공개 메소드들

메소드 설명
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