Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 19, 2022. It is now read-only.

Commit 64c9c8c

Browse files
committed
Added FAQ: How to upload files?
1 parent 7ac5968 commit 64c9c8c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/faq.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ content type.
100100
The ``browser.download.dir`` option specify the directory where you
101101
want to download the files.
102102

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+
103110
How to use firebug with Firefox ?
104111
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
105112

0 commit comments

Comments
 (0)