Share your ideas as low-fidelity mocks in minutes, perfect for getting started. This free, open-source wireframing tool helps you quickly create basic wireframes for your projects. It's simple to use, making it easy to sketch out ideas and organize your thoughts without the need for complex software.
I've just added the following line to the getLocatorPosition() helper function. This Playwright method scrolls and waits until the element is displayed 👍 :
await locator.scrollIntoViewIfNeeded();
I've just added the following line to the getLocatorPosition() helper function. This Playwright method scrolls and waits until the element is displayed 👍 : await locator.scrollIntoViewIfNeeded();
closes #477