From: Christian Pedaschus Date: 2011-10-24T12:25:21+09:00 Subject: Re: Open a webui On 10/23/2011 11:18 PM, Phillip Gawlowski wrote: > On Sun, Oct 23, 2011 at 9:08 PM, xx xx wrote: >> If the the strings have a value >= 1000 and isnt labeled it should send >> thiscommand: >> >> http://username:password@localhost:port/gui/?action=remove&hash='namethatmachtedthesearch. >> >> Any that can help me out? Im sure i can figure out the last parts, but i >> have tryed for hours on access to the site. > Try cURL (the Windows build, obviously) instead: > http://curl.haxx.se/docs/manpage.html > Or mechanize if you just want to klick a few buttons/links easily. http://mechanize.rubyforge.org/