Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.d.ts 581B

123456789101112
  1. /// <reference types="webdriver" />
  2. /// <reference types="webdriverio/webdriverio-core" />
  3. /// <reference types="webdriverio" />
  4. import { SUPPORTED_BROWSER } from './constants';
  5. export declare const sessionMap: Map<any, any>;
  6. export default class DevTools {
  7. static newSession(options?: WebDriver.Options, modifier?: Function, userPrototype?: {}, customCommandWrapper?: Function): Promise<any>;
  8. static reloadSession(instance: WebdriverIO.BrowserObject): Promise<string>;
  9. static attachToSession(): void;
  10. }
  11. export { SUPPORTED_BROWSER };
  12. //# sourceMappingURL=index.d.ts.map