Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52941
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <torriem+gmail@torriefamily.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.031 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'python.': 0.02; 'python': 0.11; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'library': 0.18; 'header :User-Agent:1': 0.23; 'script.': 0.24; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'am,': 0.29; 'really,': 0.31; 'running': 0.33; 'something': 0.35; 'but': 0.35; 'there': 0.35; 'doing': 0.36; 'url:org': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python- list': 0.38; 'help,': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'called': 0.40; 'most': 0.60; 'back': 0.62; 'times': 0.62 |
| X-Virus-Scanned | amavisd-new at torriefamily.org |
| Date | Sat, 24 Aug 2013 10:03:22 -0600 |
| From | Michael Torrie <torriem@gmail.com> |
| User-Agent | Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: python interface to iMacros |
| References | <47956.83.172.33.173.1377245370.squirrel@www.sibmail.com> <4306837.BlUqk9OlCd@mach-114-20.site> |
| In-Reply-To | <4306837.BlUqk9OlCd@mach-114-20.site> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.196.1377360217.19984.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1377360217 news.xs4all.nl 15947 [2001:888:2000:d::a6]:58022 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:52941 |
Show key headers only | View raw
On 08/23/2013 09:13 AM, inq1ltd wrote: > Python help, > > I am running iMacros from linux/firefox > and doing most of what I want. > > But, there are times when I want to do > something of the net and then back > to the iMacros script. > > Are there any projects out there > that will connect python to imacros, > something on the order of pexpect? I have no idea really, but you can drive Firefox using a thing called selenium. http://docs.seleniumhq.org/ There is a python library for interfacing with selenium, and from that you can drive firefox from python.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: python interface to iMacros Michael Torrie <torriem@gmail.com> - 2013-08-24 10:03 -0600
csiph-web