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

14 lines (11 loc) 509 B
const { handleCookiesConsent } = require("../../../helper/utils"); describe("userInteraction - rightClick", async function () { it("Preparation", async function () { await common.navigation.navigateToUrl("https://sapui5.hana.ondemand.com/1.96.27/#/entity/sap.m.TextArea/sample/sap.m.sample.TextArea"); await handleCookiesConsent(); }); it("Execution", async function () { const elem = await nonUi5.element.getByCss("TEXTAREA"); await nonUi5.userInteraction.rightClick(elem); }); });