Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac5968 commit 64c9c8cCopy full SHA for 64c9c8c
source/faq.rst
@@ -100,6 +100,13 @@ content type.
100
The ``browser.download.dir`` option specify the directory where you
101
want to download the files.
102
103
+How to upload files into file inputs ?
104
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
105
+
106
+Select the ``<input type="file">`` element and call the ``send_keys()`` method passing
107
+the file path, either the path relative to the test script, or an absolute path.
108
+Keep in mind the differences in path names between Windows and Unix systems.
109
110
How to use firebug with Firefox ?
111
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
112
0 commit comments