wdi5 icon indicating copy to clipboard operation
wdi5 copied to clipboard

official UI5 end-to-end test framework for UI5 web-apps. wdi5 = Webdriver.IO + UI5 Test API

Results 77 wdi5 issues
Sort by recently updated
recently updated
newest added

In webdriverio, the usual pattern is like this: ```ts const link = await $('a') await expect(link).toHaveText('WebdriverIO') await expect(link).toHaveAttribute('href', 'https://webdriver.io') ``` Putting the full element into the expect function allows the...

feature request

# **Describe the bug** I try to get `sap.m.OverflowToolbar` with `ancestor` selector. ## XML View ```XML ``` ## UI5 Inspector ## Test https://github.com/marianfoo/ui5-cc-excelUpload/blob/4f31a5fb93a2222cb0b07decc2ba16704610319a/examples/test/specs/all/SetAvailableOptionsListReport.test.js#L61-L69 ```js const overflowToolbar = await browser.asControl({ forceSelect:...

bug
stale

**Describe the bug** isExisting() is expected to return false if the DOM is not present. Instead it returns below error ERR: - Error: No DOM element found using the control...

stale

The long awaited contribution from me 😅

This PR will fix #615 where the content of the .env file is simply put inside the URL. But instead it should be encoded before used in an URL.

**Describe the bug** When using the Basic Authentication method of wdi5 with usernames or passwords that contain special URL characters like `#` or `@` the program stops with the exception:...

Hi, We are trying to run some WDI5 tests on Jenkins in a docker container that contain test cases on a 3D Viewer (this component: https://ui5.sap.com/#/entity/sap.ui.vk.tutorial.VIT/sample/sap.ui.vk.tutorial.VIT.06) These do not seem...