Skip to content

Commit

Permalink
feat: screenshot api
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Feb 13, 2022
1 parent 2255eab commit bd9b3d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/browser-commands.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ declare global {
namespace WebdriverIO {
interface Browser {
asControl: (arg: wdi5Selector) => Promise<any>
screenshot: (arg: string) => Promise<any>
/**
* adding the wdi5 control cache to the global browser object
*/
Expand Down

0 comments on commit bd9b3d2

Please sign in to comment.