Re: Mechanoid Web Browser - Recording Capability

2006-09-20 Thread alex_f_il
You can try SWExplorerAutomation (SWEA) (http:\\webunittesting.com). It works very well with the password protected sites. SWEA is .Net API, but you can use IronPython to access it. Seymour wrote: > I am trying to find a way to sign onto my Wall Street Journal account > (http://online.wsj.com/pub

Re: HTML parsing/scraping & python

2005-12-09 Thread alex_f_il
Take a look at SW Explorer Automation (http://home.comcast.net/~furmana/SWIEAutomation.htm)(SWEA). SWEA creates an object model (automation interface) for any Web application running in Internet Explorer. It supports all IE functionality:frames, java script, dialogs, downloads. The runtime can a

Re: need start point for getting html info from web

2005-10-31 Thread alex_f_il
You can easily do it with SW Explorer Automation (http://home.comcast.net/~furmana/SWIEAutomation.htm). The program creates an automation API for any Web application which uses HTML and DHTML and works with Microsoft Internet Explorer. The Web application becomes programmatically accessible from an