Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.064 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'python.': 0.02; 'python': 0.11; 'subject:python': 0.16; 'wrote:': 0.18; 'library': 0.18; 'looked': 0.18; 'cc:addr:gmail.com': 0.22; 'header:User-Agent:1': 0.23; 'script.': 0.24; 'cc:2**0': 0.24; "i've": 0.25; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'am,': 0.29; 'reply.': 0.31; 'really,': 0.31; 'received:10.20.15': 0.31; 'received:10.20.18': 0.31; 'received:10.20.55': 0.31; 'received:eigbox.net': 0.31; 'running': 0.33; 'received:10.20': 0.33; 'received:66': 0.35; 'something': 0.35; 'but': 0.35; 'there': 0.35; 'url:rec-html40': 0.35; 'doing': 0.36; 'charset:us- ascii': 0.36; 'thanks': 0.36; "i'll": 0.36; 'url:org': 0.36; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'help,': 0.39; 'received:71': 0.39; 'to:addr:python.org': 0.39; 'called': 0.40; 'most': 0.60; 'back': 0.62; 'times': 0.62; 'url:dtd': 0.80; 'try.': 0.91; 'url:strict': 0.95 X-Authority-Analysis: v=2.0 cv=bNyU0YCZ c=1 sm=1 a=qmnLrnq6rrU//yyIbHU7nQ==:17 a=spKFjZujUncA:10 a=sKeuco9On0AA:10 a=OmMKortqy18A:10 a=tTExfe6FAAAA:8 a=lYUSenJos7YA:10 a=1dG1fGEEAAAA:8 a=ohY-jzGEp18_rs9Ov1QA:9 a=CjuIK1q_8ugA:10 a=SSmOFEACAAAA:8 a=_W_S_7VecoQA:10 a=frz4AuCg-hUA:10 a=N3jiztvz9wTjIMYm:21 a=UH8/iCWBfdUmbm4Ft4Vi3Q==:117 X-EN-OrigOutIP: 10.20.18.13 X-EN-IMPSID: GhvX1m0050GvDVm01hvXTZ From: inq1ltd To: python-list@python.org Subject: Re: python interface to iMacros Date: Sat, 24 Aug 2013 14:07:47 -0400 Organization: inqvista User-Agent: KMail/4.10.5 (Linux/3.7.10-1.16-desktop; KDE/4.10.5; i686; ; ) In-Reply-To: <5218D94A.2000103@gmail.com> References: <47956.83.172.33.173.1377245370.squirrel@www.sibmail.com> <4306837.BlUqk9OlCd@mach-114-20.site> <5218D94A.2000103@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="nextPart2345283.M7MyRITIDg" Content-Transfer-Encoding: 7Bit X-EN-UserInfo: ea107384e720a598200e9790e8ca8002:9d89a6cbd5a73a41b134431a25286195 X-EN-AuthUser: inq1ltd@inqvista.com Sender: inq1ltd X-EN-OrigIP: 71.127.136.6 X-EN-OrigHost: pool-71-127-136-6.rcmdva.east.verizon.net Cc: Michael Torrie X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 91 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1377369695 news.xs4all.nl 15967 [2001:888:2000:d::a6]:49897 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52946 This is a multi-part message in MIME format. --nextPart2345283.M7MyRITIDg Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" > 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. I've looked at the site. Sounds like something I'll try. Thanks for the reply. jimonlinux --nextPart2345283.M7MyRITIDg Content-Transfer-Encoding: 7Bit Content-Type: text/html; charset="us-ascii"

 

> 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.

 

I've looked at the site. Sounds like something I'll try. Thanks for the reply.

 

jimonlinux

 

 

 

 

 

 

 

 

--nextPart2345283.M7MyRITIDg--