Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #50143 > unrolled thread

Re: capture html screen with pexpect

Started byDave Angel <davea@davea.name>
First post2013-07-08 07:17 -0400
Last post2013-07-08 07:17 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: capture html screen with pexpect Dave Angel <davea@davea.name> - 2013-07-08 07:17 -0400

#50143 — Re: capture html screen with pexpect

FromDave Angel <davea@davea.name>
Date2013-07-08 07:17 -0400
SubjectRe: capture html screen with pexpect
Message-ID<mailman.4381.1373282277.3114.python-list@python.org>
On 07/07/2013 01:06 PM, inq1ltd wrote:
> python help,
>
> I can log into a web site with pexpect but
> what I want to do is pipe the opening window
> to a file.
>
> Logging into the site opens the site window
>   but I can't get the window to a file.
>
> I can't use screen capture I need to get
> pexpect to pipe it to a txt file.
>

What have you tried?  What environment are you in?  What's the exact 
assignment?

I'd use wget, since I'm on Linux, and it's simple.


davea@think2:~$ wget google.com

creates a file called index.html in my cwd


-- 
DaveA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web