mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: fix the typo error for 'Dragging manually' Java example (#20275)
This commit is contained in:
parent
9f31bcfbab
commit
953f96b493
@ -707,9 +707,9 @@ await page.mouse.up();
|
|||||||
|
|
||||||
```java
|
```java
|
||||||
page.locator("#item-to-be-dragged").hover();
|
page.locator("#item-to-be-dragged").hover();
|
||||||
page.mouse.down();
|
page.mouse().down();
|
||||||
page.locator("#item-to-drop-at").hover();
|
page.locator("#item-to-drop-at").hover();
|
||||||
page.mouse.up();
|
page.mouse().up();
|
||||||
```
|
```
|
||||||
|
|
||||||
```python async
|
```python async
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user