aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/src/types/wdio.d.ts
blob: 6dc2cbd87062d003cab6cb21762a0620376fcda8 (plain) (blame)
1
2
3
4
5
declare namespace WebdriverIO {
  interface Element {
    chooseFile: (path: string) => Promise<void>
  }
}