Jump to content
Macro Express Forums

Zero

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Zero

  1. Hi again folks, I just wanted to confirm whether or not ME is able to build stand-alone executables from macro scripts? From what I'm reading, this doesn't seem to be the case. If so, is this a planned feature? Zero
  2. Hi folks, I'm looking for some input on this topic in the case that someone else is also working on it. As you all know, getting a macro app to work with a Web Browser is a flawed, problematic and a massive & pain in the neck. The only solution I can think of so far that would likely work reliably well would be to use a Telnet application on port 80 of your target website (not for secure sites) and make manual HTTP requests for data. Once received, the text could be analyzed and then an appropriate POST response could be formulated and sent back to the site. Obviously this approach would entail quite a bit of work and would be fairly detailed, requiring building a nice library of macro-functions that can be called to get the job done in a neat, modularized fashion. Does anyone have experience with this type of thing? Any input from developers (ie. do you think that coding this would be a better approach)? Zero
  3. Do you guys have a subscriber list I could use to keep in touch with further announcements? I... would make a macro to monitor the forums but....
  4. In my case what I would expect in terms of IE automation would be a set of features as follows: Accurately determine when a page has been completely loaded. Reliably locate an HTML control on a page by specifying complete or partial information about the control (ie. the text it displays, the type of tag used). Recording a Macro of user actions while they surf sites should: automatically apply the first two features include actions on the browser application in addition to actions on the web page being viewed [*]Once found, controls could later be referenced with handles similar as to how ME currently deals with Windows app. child controls. [*]Support integration with the Windows Clipboard that allows copy/paste of data from both the entire client area of the browser as well as with/from specific HTML controls. [*]Functions that allow the direct action of setting/getting the text or state of an HTML control. with respect to this it may be worth allowing for special recognition of certain HTML presentation structures such as tables and lists; being able to say that you want the total number of rows/cols or what the string in row 1, col 2 of a table is would be nice. I think, however, this type of thing might fall beyond what most might consider within the scope of a macro app... dunno. because handling data from webpages is going to typically be text manipulation, it would be good to have some more string-handling functionality in the variable management wizards (like finding where a string begins or ends or how many instances of it there are in a larger body of text). [*]A handy tool similar to the "Get Control" dialog that currently exists in ME. You would hover this over an HTML control like a text area or radio box to easily add it's "identity" to your Macro, using some or all of the details about it to help locate it on subsequent visits to the page. Not only would this be on enormous benefit in manipulating typical controls such as sliders, buttons, check-boxes, radio-buttons, etc. but it could also be used to ID Flash and Java applets as well as static page objects such as picture elements. [*]For IE7, tab location and management... of some kind. I haven't really thought about this too much but I think it would come in helpful. I suppose things like getting how many tabs are opened, what their titles are, and being able to switch between them would be desirable functions for an initial implementation. [*]Possibly a selection of functions that would allow easy access to user-customized browser settings (ie. history, favorites, default search engines and other options). I would say that's the bulk of functionality that I'm looking for. Sounds like a butt-load of work to me After trying about a dozen or so windows macro automation apps, there were really only two that had a decent feature set. ME stands out because of it's ease of use, versatility (support for but not-required scripting skills), small learning curve, and price - as you're no doubt aware other products are so grossly overpriced or limited in use it'd be a better option to write the software oneself.
  5. Hi folks, When I began using Macro Express I was enormously impressed with it (and still am) in how easy and quick it is to create and organize Windows macros. It's a big time saver. One task I immediately tried automating after some successes with typical windows programs was trying to create macros to interact with a web browser. I had some success, but it wasn't very productive overall. I experienced a lot of problems (especially with reliably finding controls, setting/getting control text, and setting/getting control states). After looking through the forums, it's become apparent that this is a highly sought feature that a lot of people are having problems with. Seeing that so many people are having issues in using Macro Express for this task, I began looking for other products that would do the job in an 'elegant' fashion. I did find a few, but they were too specific in function - they typically only automate a browser (ie. they don't automate typical windows applications) or are themselves an automated web browser (ie. they don't work with IE or FF by themselves and they don't automate windows tasks). All in all, the choice of products out there for macro'ing Windows as well as web browsers are pretty slim and those that can do both tasks are disappointing in other ways or are difficult to use. I can certainly script or learn new languages, but one of the reasons I was attracted to Macro Express was for its ease of use through it's GUI, which is very nice and robust. I guess the bottom line here is that I'm wondering if anyone has found any kind of reliable solution for interacting with web browsers and Windows???? From the forums it seems this isn't the case and that the question has been beaten to death, but I felt I needed to ask anyways. Zero
×
×
  • Create New...