1.6.0 • Published 5 days ago

playwright-ui5 v1.6.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 days ago

playwright ui5

a playwright custom selector engine for sapui5

installation

npm install playwright-ui5

usage

import { selectors } from 'playwright'
import ui5 from 'playwright-ui5'

selectors.register('ui5', ui5)
;(async () => {
    await page.goto('https://ui5.sap.com/')
    await page.click("ui5=sap.m.Button[text='Get Started with UI5']")
})()

disclaimer

the selector parser currently sucks because it just uses regex. so although the syntax resembles css selectors, most css selector functionality is not yet supported

1.6.0

5 days ago

1.5.0

2 months ago

1.4.0

7 months ago

1.2.0

10 months ago

1.3.1

10 months ago

1.1.3

11 months ago

1.3.0

10 months ago

1.1.2

12 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago