mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: Locator.scroll in race (#10363)
This commit is contained in:
parent
a31231ef54
commit
ba28724952
@ -790,7 +790,7 @@ class RaceLocatorImpl extends Locator {
|
||||
}): Promise<void> {
|
||||
return await this.#runRace(
|
||||
(locator, abortSignal) => {
|
||||
return locator.hover({
|
||||
return locator.scroll({
|
||||
...scrollOptions,
|
||||
signal: abortSignal,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user