UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

18 lines (17 loc) 461 B
/** * @class system * @memberof util */ export declare class System { operatingSystem: any; /** * @function getOS * @memberOf util.system * @description Returns the current operating system. * @returns {String} AIX | Android | MacOS | FreeBSD | Linux | OpenBSD | Windows | SunOS * @example const os = await util.system.getOS(); */ getOS(): Promise<string>; } declare const _default: System; export default _default;