I am looking for a solution to fill web forms from flash or javascript. The "filling" should be done non-visually. The "filling" should be initiated from user computer, because I need to access local network resource.
Just by looking at Selenium and iMacros I can tell that creating player that is smart enough is a pretty big project. I also do not want to build "recorder" part at all, so I am looking for a solution that can use some standard macros (Selenium or iMacros, or something else)
Ideally I would want a "flash player" or "javascript player" that could play iOpus iMacros script or Selenium Script.
Expected behavior
- User opens my website
- User clicks button in my website
- In the background (on user's PC) some script opens another website (local website), fills few edits and presses "OK" button.
Is that possible? Are there any existing libraries that could help?