Jump to content

danielzy

Members
  • Posts

    2
  • Joined

  • Last visited

danielzy's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hey guys, I'm pretty new to autoit and I'm trying to use FF.au3 to extract some cells from a table which looks like that: <table border="0" cellspacing="5" cellpadding="1"> <tr> <td class="BlueInputKind" align="left" nowrap>HEADING1</td> <td class="BlueInputKind" nowrap>HEADING2</td> <td class="BlueInputKind" nowrap>HEADING3</td> <td class="BlueInputKind" nowrap>HEADING4</td> </tr> <tr> <td class="BlackTextEng" dir="ltr">Text1</td> <td class="BlackTextCenter" valign="top" dir="rtl">Number</td> <td nowrap class="BlackText" valign="top" nowrap>Text3</td> </tr> <tr> <td class="BlackTextEng" dir="ltr">Text1</td> <td class="BlackTextCenter" valign="top" dir="rtl">Number</td> <td nowrap class="BlackText" valign="top" nowrap>Text3</td> </tr> <tr> <td class="BlackTextEng" dir="ltr">Text1</td> <td class="BlackTextCenter" valign="top" dir="rtl">Number</td> <td nowrap class="BlackText" valign="top" nowrap>Text3</td> </tr> My end goal is to: If Text1 == something && Number > SomeNumber Then DoSomething I managed to connect to firefox using repl and clicked some links etc but I'm not even close to achieving something like the above. Any help will be appreciated.
  2. Hey guys, I'm trying to automate Winamp installation, and I would like to save where I actually install the program. Using the Window info tool, I get the following Visible Text: < &Back &Next > Cancel Nullsoft Winamp 5.666 -- built on 17/11/2014 at 01:36:49 Nullsoft Winamp 5.666 -- built on 17/11/2014 at 01:36:49 Choose Install Location Choose the folder in which to install Winamp. C:\Program Files (x86)\Winamp B&rowse... Space available: 181.6GB The installer has determined the optimal location for Winamp. If you would like to change the folder, do so now. Destination Folder Obviously I would like to get C:\Program Files (x86)\Winamp into a varible, But I'm pretty new to AutoIt and got no Idea how to do that, would like to get some help. and it's probably super easy to do
×
×
  • Create New...