mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat: implement ElementHandle.uploadFile for WebDriver BiDi (#11963)
This commit is contained in:
@@ -70,6 +70,7 @@ This is an exciting step towards a more unified and efficient cross-browser auto
|
||||
|
||||
- Input
|
||||
|
||||
- ElementHandle.uploadFile
|
||||
- ElementHandle.click
|
||||
- Keyboard.down
|
||||
- Keyboard.press
|
||||
@@ -141,7 +142,6 @@ This is an exciting step towards a more unified and efficient cross-browser auto
|
||||
- Other methods:
|
||||
|
||||
- Browser.userAgent()
|
||||
- ElementHandle.uploadFile()
|
||||
- Frame.isOOPFrame()
|
||||
- Frame.waitForDevicePrompt()
|
||||
- HTTPResponse.buffer()
|
||||
|
||||
Reference in New Issue
Block a user