hello i cand send email with one attach but i would like to send it with three attach here my code:

<tr>
   <td>click</td>
   <td>//span[text()='Attach a file']</td>
   <td></td>
</tr>
<tr>
       <td>type</td>
        <td>css=.LIODqc</td>
       <td>/usr/share/example-content/Trigonométrie.xls</td>
</tr>
<tr>
   <td>click</td>
   <td>//span[text()='Attach another file']</td>
   <td></td>
</tr>
<tr>
       <td>type</td>
        <td>css=.LIODqc</td>
       <td>/usr/share/example-content/Jingo.xls</td>
</tr>

now only one file is send beacause it use only css=.LIODqc don't have another solution??

please could someone help me. thanx in advance

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.