Implement Page.uploadFile (#61)

This patch implements `Page.uploadFile` method to support file upload inputs.
This commit is contained in:
JoelEinbinder
2017-07-10 11:21:46 -07:00
committed by Andrey Lushnikov
parent 739c1566a9
commit da0cde1b45
8 changed files with 75 additions and 8 deletions

View File

@@ -0,0 +1 @@
contents of the file

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>File upload test</title>
</head>
<body>
<input type="file">
</body>
</html>