Jump to content

lpm

Active Members
  • Posts

    25
  • Joined

  • Last visited

Recent Profile Visitors

120 profile views

lpm's Achievements

  1. I have the same question, and seek an answer. I ran into this article that may shed some light upon what I want to achieve. See the quote here under. Can this be done in AI? And how?
  2. Thanks a lot. The IE.au3 seems to be the solution. I just did not view it from that prespective. Sometimes it takes an other opinion to see what is right in front of you. Everyday I work with AI I find new and powerfull features, helped by this forum. About the XML parsers - Thats a new issue to tackle.
  3. Hello all. I am projecting a lot of REST API programming, but some sites do not provide APIs and all the web scraper systems I have looked at wasn't robust enough to use in a business applikation. The only two frameworks worth talking about seemed to be HTQL from http://htql.net/ and Watir from http://watir.com/. So now I am trying to determine what framework to use in conjunction with AutoIt. Q1: Does anybody have any experience with AutoIt and HTQL, and was it positive and how to best use it in AutoIt? Maybe in conjunction with the Irobotsoft framework..... Q2: Does anybody have any experience with Watir in AutoIt, and how did it perform, and how to use it in AutoIt? Q3: I have searched this forum for REST examples. Did anybody have some different level examples on using REST in AutoIt? I only have some rudimentary examples right now. Purpose: Just to for clarification, the framework is to be used for searching several webistes for information about a company. Sites like Facebook (They have a nice API) Linkedin (also having API) Eniro (Nice API), and the companies own website (NO API). Google search (NO API) (Google + has an API) and so on. You get the picture. My App resembles the Salesforce Radian6 but for the Office365 Office 2013 platform. It sounds like a lot, and it is, but so far a fun project.
  4. Okay FireFox. Let me rephrase: Can I make this?: If I highlight some text in some window and right-click my mouse. I'll get selections (I programmed in a AI script) like "Copy to Name," "Copy to email." It is to be used to copy to a AI GUI element that in turn feeds my CRM system the data. I'm too lazy to type all the names of my potential customers, so to do this task without having to do a full scraper I thought I might be able to control the right-click mouse menu option. At present, I use hot-keys, and they work like a charm, but the mouse option is more intuitive and convenient.
  5. Thanks a lot Hyflex.
  6. Thanks Polymath, but how does that apply to AutoIt?
  7. Do you have the ImageSearch.dll? Please post it! I am trying to find it - It is missing from its original posted link. So if you would post it here or >here in the original post.
  8. I am trying to I am trying to find a similar functionality to use om the new Win8 interface, but the ImageSearch file was missing from the posted link. Anybody knows of something similar? /Lars
  9. The ImageSearch.dll file does not exist anymore . Is there anybody who have it or a similar library for AutoIt? I really need this feature to automate the new Win 8 interface. So far I have used Sikuli but it is not a smart solution, difficult to maintain. /Lars
  10. Hello. I have now been a rookie AutoIt programmer for about a month - and still learning. One aspect is to see what other can do; I was reading a little about the Sikuli project. It has some similarities with AutoIt, but in no way as mature and robust, but it has one feature I would like to replicate in my AutoIt scripts. It can find areas of the screen by compare stored image toward the desktop and find the similar area. Can I use a imagefile in AutoIt to do the same? In Sikuli it goes like this: Find (screenarea1.png) Click (screenarea1.png) What happend is: Find an area in the screen that is exactly similar to "screenarea1.png". Mouse click the area. Is there any way AutoIt can do this? /Lars
  11. Exactly - I want to add navigations to it. Can I do that? /Lars
  12. I just want to express a similar wish. I need a simple RTF editor script to use in my snip-let lib with open document, edit document and save document. In my case, it is about not being able to figure it out for myself. /Lars
  13. Some small bugs in ISN AutoItSuite 0.93 BETA My local language is set to Danish in the suite. The projecttree hangs - the project details from the last project hangs even when a new file in editmode is loaded. I recon it should reset. When I opens a file it looks like this: The questionmarks must be a bug. /Lars
×
×
  • Create New...