Chuyển đến nội dung chính

Keep Your Apps Accessible and Your e2e Tests Stable With WebdriverIOs New Accessibility Selector

· Đọc trong một phút

Fetching elements within e2e tests can sometimes be very hard. Complex CSS paths or arbitrary test ids make them either less readable or prone to failures. The disappointment we experience when our test fail is by far not comparable to a the bad experience people have when they need to use assistent devices like screen readers on applications build without accessibility in mind.

Sync API Deprecation

· Đọc trong một phút

For many years one of the selling features of the WebdriverIO framework was its synchronous API. Especially for folks coming from more synchronous oriented languages such as Java or Ruby, it has helped to avoid race conditions when executing commands. But also people that are more familiar with Promises tend to prefer synchronous execution as it made the code easier to read and handle.

Welcome! How can I help?

WebdriverIO AI Copilot