-
-
Notifications
You must be signed in to change notification settings - Fork 754
Open
Description
CodeceptJS 4.0 release
- fix release script - davert
- prepare changelog 3.x to 4.x
- breaking changes
- new features
ARIA elements added
clickXY ..
selectOption() ...
- minor features
- website
- https://github.com/codeceptjs/website branch main
- codeceptjs docs => format ... => website
- remove dropdwon menus on site
- Guides:
- how to
- bla bla
- Review docs pages, suggest outdted to remove => ,,,
suggest reorder/refactro
split big documents into smaller sections
- API
- unify helpers API docs =>
Mobile => Detox, Appium => mobile_api.md
Web => PW, WebDriver, Puppeteer => web_api.md
_click.md => I.click()
## click
| Availability | Playwright | WebDrvier | Puppeteer
| x | | |
{{> click }} <content copied from docs/webapi>
In Playwright:
<content copied from docblock in helpers Playwright >
```js
I.click({ .., ..})
In WebDriver:
<content copied from docblock in WebDrvier>
## mockRoute
| Availability | Playwright | WebDrvier | Puppeteer
| x | check | x |
In WebDriver click can only happen ...
ARIA elements added => update all examples to mention usage of them (new locator type)
I.click('Select')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels