Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "page-objects/UniversalPluginManager"

Index

Variables

DEFAULT_MAX_ATTEMPTS

DEFAULT_MAX_ATTEMPTS: 2 = 2

DEFAULT_PLUGIN_UPLOAD_TIMEOUT

DEFAULT_PLUGIN_UPLOAD_TIMEOUT: number = 60 * 1000

DEFAULT_UPM_LOADING_TIME

DEFAULT_UPM_LOADING_TIME: number = 20 * 1000

UPLOAD_BUTTON_VISIBILITY_TIMEOUT

UPLOAD_BUTTON_VISIBILITY_TIMEOUT: 5000 = 5000

asyncElement

asyncElement: function = pageObjectUtils.asyncElement

Type declaration

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

      • selector: By
      • Optional timeout: number

      Returns ElementFinder

clickIfPresent

clickIfPresent: function = pageObjectUtils.clickIfPresent

Type declaration

    • (element: ElementFinder): Promise<void>
    • Parameters

      • element: ElementFinder

      Returns Promise<void>

path

path: any = require("path")

remote

remote: any = require("selenium-webdriver/remote")

waitForElementToBeClickable

waitForElementToBeClickable: function = pageObjectUtils.waitForElementToBeClickable

Type declaration

    • (element: ElementFinder, timeout?: number): any
    • Parameters

      • element: ElementFinder
      • Optional timeout: number

      Returns any

Generated using TypeDoc