Comments (2)
@romanresh While we consider this feature request for prioritization, you can probably work around it by calling
page.mouse.down()/move()/up()
and passing steps there.
Yes, thank you, we use this WA in our tests.
It makes tests less stable because the drag event also makes a few checks before performing drag and drop: stabilize element, visibility and others. So, it's also important to call the Locator.dragTo(.., { trial: true })
before down/move/up
.
All these actions allow to test our scenarios, but the result trace log contains too much excess information.
from playwright.
@romanresh While we consider this feature request for prioritization, you can probably work around it by calling page.mouse.down()/move()/up()
and passing steps there.
from playwright.
Related Issues (20)
- [Regression]: Incorrect value in case pass list of objects as args to fixture HOT 3
- [Bug]: Top-level await doesn't work in playwright.config.ts HOT 2
- Reg saving multiple reports and viewing.
- [Issue] screenshots' filename is renamed unexpectedly HOT 1
- [internal]: screenshot instead of snapshot polishing HOT 1
- [Bug]: HOT 1
- [Bug]: Page.screenshot: Timeout 30000ms exceeded HOT 2
- [Bug]: Test timeout - 'AfterEach' hook time isn't included in the test timeout. HOT 1
- [Bug]: generateLocator depends on timing to not produce locators that violate strict mode HOT 2
- [Bug]: @playwright/experimental-ct-react fails to render if the root element is a React fragment HOT 1
- [Bug]: Some web elements are not displayed when using viewport parameters HOT 5
- [Docs]: Getting started - VS Code HOT 4
- [Bug]: WebKit/macOS - "no-preference" color scheme falls back to the system's one HOT 3
- [Feature]: merge Playwright Inspector into trace view
- page.evaluate returns empty object HOT 6
- [Bug]: Network mocking does not work for initial request when page opened via extension API `chrome.tabs.create()`
- [Docs]: Adding Theatron to third-party reporter showcase HOT 1
- [Bug]: --ignore-snapshots option doesn't work when combined with --ui mode HOT 3
- [Bug]: `Locator.focus` does not respect the default timeout of 0 (no timeout) HOT 2
- [Bug]: Playwright ui is not showing any tests HOT 4
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
from playwright.