Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #87823
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!bcyclone03.am1.xlned.com!bcyclone03.am1.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jacob@blindza.co.za> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.014 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'python,': 0.02; 'subject:Windows': 0.02; 'scripts': 0.03; 'interfaces': 0.04; 'scripting': 0.09; 'windows': 0.15; '"michael': 0.16; '23,': 0.16; 'jacob': 0.16; 'linux-based': 0.16; 'apps': 0.16; 'language': 0.16; 'install': 0.23; 'button,': 0.24; 'sort': 0.25; 'primary': 0.26; 'header:In-Reply-To:1': 0.27; 'testing': 0.29; 'field,': 0.30; 'software,': 0.31; 'invoke': 0.31; 'allows': 0.31; 'text': 0.33; 'up.': 0.33; '-----': 0.33; 'monday,': 0.33; 'reader': 0.33; 'screen': 0.34; 'maybe': 0.34; 'could': 0.34; 'but': 0.35; 'really': 0.36; 'interact': 0.36; 'subject:?': 0.36; 'operating': 0.37; 'to:addr:python-list': 0.38; 'does': 0.39; 'subject:': 0.39; 'to:addr:python.org': 0.39; 'space': 0.40; 'march': 0.61; 'first': 0.61; 're:': 0.63; 'received:41': 0.70; 'bulk': 0.74; 'click': 0.77; '2015': 0.84; 'around,': 0.84; 'pxe': 0.84; 'many,': 0.93 |
| From | "Jacob Kruger" <jacob@blindza.co.za> |
| To | <python-list@python.org> |
| References | <mehmu0$6jn$1@reader1.panix.com> <mehnr3$ra$1@reader1.panix.com> <550F8BDC.3090603@gmail.com> |
| In-Reply-To | <550F8BDC.3090603@gmail.com> |
| Subject | Re: Automation of Windows app? |
| Date | Mon, 23 Mar 2015 08:03:54 +0200 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; format=flowed; charset="iso-8859-1"; reply-type=original |
| Content-Transfer-Encoding | 7bit |
| X-Priority | 3 |
| X-MSMail-Priority | Normal |
| X-Mailer | Microsoft Windows Mail 6.0.6002.18197 |
| X-MimeOLE | Produced By Microsoft MimeOLE V6.1.7601.17609 |
| X-Spam-Score | -0.7 (/) |
| X-Spam-Report | BAYES_00=-1.9, FSL_HELO_NON_FQDN_1=0.001, RDNS_NONE=0.793, STOX_REPLY_TYPE=0.439, * 0.4 STOX_REPLY_TYPE No description available. * 0.0 FSL_HELO_NON_FQDN_1 No description available. * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.19 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.57.1427091702.10327.python-list@python.org> (permalink) |
| Lines | 27 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1427091702 news.xs4all.nl 2865 [2001:888:2000:d::a6]:37299 |
| X-Complaints-To | abuse@xs4all.nl |
| X-Received-Bytes | 4166 |
| X-Received-Body-CRC | 1802049084 |
| Xref | csiph.com comp.lang.python:87823 |
Show key headers only | View raw
----- Original Message ----- From: "Michael Torrie" <torriem@gmail.com> To: <python-list@python.org> Sent: Monday, March 23, 2015 5:43 AM Subject: Re: Automation of Windows app? > Nothing to do with Python, and its scripting language is maybe not that > appealing to many, but it does the job, and does it pretty well. I > first used it when working with a Linux-based PXE boot solution that > would automatically install Windows via a network boot, and install a > custom set of apps we set up. Was super slick. Also somewhat unrelated, but, my primary screen reader software, jaws, also allows you to generate scripts to sort of invoke multi-activity macro's with regards to operating system - so you could get it to click on a button, enter text in a field, move cursors around, etc. etc., repeatedly, if you wanted to - not really same as any form of bulk testing of software, etc., but, can interact with interfaces automatically, etc. Stay well Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..."
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Automation of Windows app? Grant Edwards <invalid@invalid.invalid> - 2015-03-20 17:55 +0000
Re: Automation of Windows app? Grant Edwards <invalid@invalid.invalid> - 2015-03-20 18:10 +0000
Re: Automation of Windows app? Jerry Hill <malaclypse2@gmail.com> - 2015-03-20 15:27 -0400
Re: Automation of Windows app? Grant Edwards <invalid@invalid.invalid> - 2015-03-20 19:58 +0000
Re: Automation of Windows app? Michael Torrie <torriem@gmail.com> - 2015-03-22 21:43 -0600
Re: Automation of Windows app? alex23 <wuwei23@gmail.com> - 2015-04-01 11:14 +1000
Re: Automation of Windows app? ryguy7272 <ryanshuell@gmail.com> - 2015-08-30 07:25 -0700
Re: Automation of Windows app? Laura Creighton <lac@openend.se> - 2015-08-30 17:08 +0200
Re: Automation of Windows app? Grant Edwards <invalid@invalid.invalid> - 2015-08-30 16:18 +0000
Re: Automation of Windows app? "Jacob Kruger" <jacob@blindza.co.za> - 2015-03-23 08:03 +0200
Re: Automation of Windows app? Emile van Sebille <emile@fenx.com> - 2015-03-22 10:41 -0700
Re: Automation of Windows app? vern.muhr@gmail.com - 2015-03-22 16:54 -0700
Re: Automation of Windows app? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-03-23 01:01 +0000
Re: Automation of Windows app? Rustom Mody <rustompmody@gmail.com> - 2015-03-22 22:31 -0700
csiph-web