このスクリプトをループさせようとして非常に苦労しています。
拡張機能として sideflow.js を追加しました。このループを無限ループにする方法を教えてください。
私はこの機能が含まれていると考えました笑。
<tr>
<td>waitForElementPresent</td>
<td>//span[@id='update-content-professions-overview-0']/span/div/div/ul/li[5]/span/div/div[4]/div[3]/button</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>//span[@id='update-content-professions-overview-0']/span/div/div/ul/li[5]/span/div/div[4]/div[3]/button</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=#modal_content > div.input-field.button > button</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>css=#modal_content > div.input-field.button > button</td>
<td></td>
</tr>