Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "page-objects/ConfluenceBase"

Index

Variables

DEFAULT_LOADING_TIMEOUT

DEFAULT_LOADING_TIMEOUT: number = pageObjectUtils.DEFAULT_LOADING_TIMEOUT

asyncElement

asyncElement: function = pageObjectUtils.asyncElement

Type declaration

    • (selector: By, timeout?: number): ElementFinder
    • Parameters

      • selector: By
      • Optional timeout: number

      Returns ElementFinder

confluenceVersion

confluenceVersion: Version

openPage

openPage: function = pageObjectUtils.openPage

Type declaration

takeScreenshot

takeScreenshot: function = pageObjectUtils.takeScreenshot

Type declaration

    • (imageName: string): Promise<string> | Promise<void>
    • Parameters

      • imageName: string

      Returns Promise<string> | Promise<void>

Generated using TypeDoc