プログラミング未経験者の備忘録

ノンプログラマーが社内SEになったのでイチからプログラミングを勉強し始めました!

クラウドワークス「ありがとう」ボタンをオート化するiMacrosコード

f:id:su3se:20190808102825j:plain

クラウドワークスで発注業務をする際に、ランサーに「ありがとう」を返す時の作業をオート化するiMacrosコード。

オート化したのは仕事管理の画面から案件に富んだ先のランサー一覧での「ありがとう」ボタンです。

f:id:su3se:20190808102936p:plain

iMacrosコードサンプル

GoogleChromeバージョン

VERSION BUILD=1005 RECORDER=CR

TAG SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR>TD:nth-of-type(3)>DIV:nth-of-type(2)>DIV:nth-of-type(3)>DIV>DIV"
TAG SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(2)>TD:nth-of-type(3)>DIV:nth-of-type(2)>DIV:nth-of-type(3)>DIV>DIV"
TAG SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(3)>TD:nth-of-type(3)>DIV:nth-of-type(2)>DIV:nth-of-type(3)>DIV>DIV"
TAG SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(4)>TD:nth-of-type(3)>DIV:nth-of-type(2)>DIV:nth-of-type(3)>DIV>DIV"
TAG SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(5)>TD:nth-of-type(3)>DIV:nth-of-type(2)>DIV:nth-of-type(3)>DIV>DIV"
TAG SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(6)>TD:nth-of-type(3)>DIV:nth-of-type(2)>DIV:nth-of-type(3)>DIV>DIV"
TAG SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(7)>TD:nth-of-type(3)>DIV:nth-of-type(2)>DIV:nth-of-type(3)>DIV>DIV"
TAG SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(8)>TD:nth-of-type(3)>DIV:nth-of-type(2)>DIV:nth-of-type(3)>DIV>DIV"
TAG SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(9)>TD:nth-of-type(3)>DIV:nth-of-type(2)>DIV:nth-of-type(3)>DIV>DIV"
TAG SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(10)>TD:nth-of-type(3)>DIV:nth-of-type(2)>DIV:nth-of-type(3)>DIV>DIV"
TAG SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(2)>DIV>DIV>TABLE>TBODY>TR:nth-of-type(11)>TD:nth-of-type(3)>DIV:nth-of-type(2)>DIV:nth-of-type(3)>DIV>DIV"