This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head></head><body><table border='0'><tr> | |
<td> | |
<font size='16' color='#00ff00'>■</font><font size='16' color='#0000ff'>■</font>00ff00 0000ff<br> | |
<font size='16' color='#11ff00'>■</font><font size='16' color='#1100ff'>■</font>11ff00 1100ff<br> | |
<font size='16' color='#22ff00'>■</font><font size='16' color='#2200ff'>■</font>22ff00 2200ff<br> | |
<font size='16' color='#33ff00'>■</font><font size='16' color='#3300ff'>■</font>33ff00 3300ff<br> | |
<font size='16' color='#44ff00'>■</font><font size='16' color='#4400ff'>■</font>44ff00 4400ff<br> | |
<font size='16' color='#55ff00'>■</font><font size='16' color='#5500ff'>■</font>55ff00 5500ff<br> | |
<font size='16' color='#66ff00'>■</font><font size='16' color='#6600ff'>■</font>66ff00 6600ff<br> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'RMagick' | |
require 'auto_click' | |
offset = { | |
:x => 400, | |
:y => 200, | |
} | |
sleep 3 |