mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
refactor: use input API for CDP inputs (#10401)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
import os from 'os';
|
||||
|
||||
import expect from 'expect';
|
||||
import {MouseButton} from 'puppeteer-core';
|
||||
import {MouseButton} from 'puppeteer-core/internal/api/Input.js';
|
||||
import {Page} from 'puppeteer-core/internal/api/Page.js';
|
||||
import {KeyInput} from 'puppeteer-core/internal/common/USKeyboardLayout.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user