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.

addValue.d.ts 344B

123456
  1. /// <reference types="webdriverio/webdriverio-core" />
  2. export declare type AddValueOptions = {
  3. translateToUnicode?: boolean;
  4. };
  5. export default function addValue(this: WebdriverIO.Element, value: string | number | boolean | object | Array<any>, { translateToUnicode }?: AddValueOptions): Promise<void>;
  6. //# sourceMappingURL=addValue.d.ts.map