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.
2 parents 67bb0d6 + 64c9c8c commit 4413971Copy full SHA for 4413971
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