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

20 lines (19 loc) 775 B
/** * @class navigation * @memberof nonUi5 */ export declare class Navigation { private vlf; private ErrorHandler; /** * @function navigateToApplication * @memberOf nonUi5.navigation * @description Navigates to the application via the passed relative reference. The path will be added to the baseUrl maintained in the config. * @param {String} relativeReference - Relative reference of an application (path, query and fragment) * @param {Boolean} [refresh=true] - Refresh the page after navigation. * @example await nonUi5.navigation.navigateToApplication("categories"); */ navigateToApplication(relativeReference: string, refresh?: boolean): Promise<void>; } declare const _default: Navigation; export default _default;