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