Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 04/19/14 in all areas

  1. I dont use WinDev by my self but a coworker of mine and he does automation even in Java at the end it depence on which OSplatforms u need for the automation. but as example a curl behind a proxy does near the same like UB if it scrapes Data also a wget can hold session and cookiedata to scrape behinde passwordprotected sites... by the way to show u alternates to UB Proxy as example, use Google search for "AutoIt exarp" see the tuts and jerk
    1 point
  2. Just make ubot open source and we will update it our-self!!
    1 point
  3. Hi, Javascript code to get image width and height: set(#imgurl, "http://www.selby.com.au/media/catalog/product/u/h/uhf088.jpg", "Global") loop(2) { set(#imginfo, $eval(" var imgHeight var imgWidth function findHHandWW() \{ imgHeight = this.height;imgWidth = this.width;return true \} function showImage(imgPath) \{ var myImage = new Image() myImage.name = imgPath myImage.onload = findHHandWW myImage.src = imgPath \} showImage('{#imgurl}') imgWidth+\"x\"+imgHeight"), "Global") }sample-image-properties-002.ubot Kevin
    1 point
  4. Hi Eric, This code will require you to log in and authorise your session. It then grabs your token (via Regex). Feel free to edit it as much as you like. clear cookies ui text box("Email:", #emaillogin) ui text box("Password:", #password) navigate("https://www.linkedin.com/uas/oauth2/authorization?response_type=code&client_id=dfpfagxj5mry&state=SJDRRRRHRHFFFFII&redirect_uri=http://google.ie", "Wait") wait for element(<email field>, "", "Appear") type text(<email field>, #emaillogin, "Standard") type text(<password field>, #password, "Standard") click(<name="au
    1 point
×
×
  • Create New...