Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
imacros で特定のページに移動して単語を検索し、ページを更新して、単語が見つかった場合は検索をループさせたい
これには、javascript スクリプトを使用できます。このようなスクリプトを作成する人はいませんが、ここに例を示します。
var macro; macro ="CODE:"; macro +="TAG POS=1 TYPE=DIV ATTR=TXT:sometext"; if(iimPlay(macro)>0) { //text is there //do something } else { //text is not there }