playwright/test/chromium
Dmitry Gozman fd927000ea feature: update api around selectors (#280)
- Selector is again a string.
- Most methods taking selector also accept waitFor option.
- Available waitFor options are: 'visible', 'hidden', 'any' === true, false === undefined.
- waitForXPath is removed.
- waitForSelector is replaced by $(selector, { waitFor: true }).
2019-12-17 14:30:02 -08:00
..
chromium.spec.js api: s/createIncognitoBrowserContext/newContext/ 2019-12-12 20:14:50 -08:00
connect.spec.js feature: update api around selectors (#280) 2019-12-17 14:30:02 -08:00
coverage.spec.js chore: reuse BrowserContext across browsers (#201) 2019-12-10 15:13:56 -08:00
geolocation.spec.js chore: rearrange test spec files 2019-12-06 16:15:47 -08:00
headful.spec.js feature: update api around selectors (#280) 2019-12-17 14:30:02 -08:00
launcher.spec.js test: follow up with chromiunm test fixes 2019-12-11 07:38:20 -08:00
oopif.spec.js api: s/createIncognitoBrowserContext/newContext/ 2019-12-12 20:14:50 -08:00
pdf.spec.js chore: rearrange test spec files 2019-12-06 16:15:47 -08:00
session.spec.js chore: rearrange test spec files 2019-12-06 16:15:47 -08:00
tracing.spec.js chore: rearrange test spec files 2019-12-06 16:15:47 -08:00
workers.spec.js chore: rearrange test spec files 2019-12-06 16:15:47 -08:00