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.

protocol-stub.d.ts 360B

1234567
  1. /// <reference types="webdriver" />
  2. export default class ProtocolStub {
  3. static newSession(options?: WebDriver.Options): Promise<Record<string, any>>;
  4. static reloadSession(): void;
  5. static attachToSession(options?: WebDriver.AttachSessionOptions, modifier?: (...args: any[]) => any): Record<string, any>;
  6. }
  7. //# sourceMappingURL=protocol-stub.d.ts.map