feat: implement ElementHandle.uploadFile for WebDriver BiDi (#11963)

This commit is contained in:
jrandolf
2024-02-26 15:10:46 +01:00
committed by GitHub
parent 414f43388b
commit accf2b6ca8
7 changed files with 105 additions and 31 deletions

View File

@@ -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()