Show / Hide Table of Contents

Interface IAllowInSelector

Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public interface IAllowInSelector

Methods

InIFrame(Selector)

Declaration
IAllowAfterAnySelector InIFrame(Selector iFrameSelector)
Parameters
Type Name Description
Selector iFrameSelector
Returns
Type Description
IAllowAfterAnySelector

InMainDom()

Declaration
IAllowAfterAnySelector InMainDom()
Returns
Type Description
IAllowAfterAnySelector

InParallelIframe(Selector)

Declaration
IAllowAfterAnySelector InParallelIframe(Selector iFrameSelector)
Parameters
Type Name Description
Selector iFrameSelector
Returns
Type Description
IAllowAfterAnySelector

InParallelShadowDom(Selector)

Declaration
IAllowAfterAnySelector InParallelShadowDom(Selector shadowDomSelector)
Parameters
Type Name Description
Selector shadowDomSelector
Returns
Type Description
IAllowAfterAnySelector

InShadowDom(Selector)

NOTE: can only use CSS selectors in shadow dom

Declaration
IAllowAfterAnySelector InShadowDom(Selector shadowDomSelector)
Parameters
Type Name Description
Selector shadowDomSelector
Returns
Type Description
IAllowAfterAnySelector

ReturnToIframe(Selector)

Declaration
IAllowAfterAnySelector ReturnToIframe(Selector iFrameSelector)
Parameters
Type Name Description
Selector iFrameSelector
Returns
Type Description
IAllowAfterAnySelector

ReturnToShadowDom(Selector)

Declaration
IAllowAfterAnySelector ReturnToShadowDom(Selector shadowDomSelector)
Parameters
Type Name Description
Selector shadowDomSelector
Returns
Type Description
IAllowAfterAnySelector
In This Article
Back to top Generated by DocFX