I created a little test of selenium in order to buy a pair of shoes in various sites in the exact moment when they are released, I would like that my test was able to refresh over and over the page until the shoes becomes available, so that I should not keep to the pc to start all the tests. this is possible?
Thanks in advance
This is my code :
<tr>
<td>open</td>
<td> LINK SHOE</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>css=div.opt-sel</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>//div[@id='content']/div[3]/div[2]/div[2]/div/div[2]/div[2]/div/ul/li[6]/div/</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>