Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'example:': 0.03; '16,': 0.03; 'startup': 0.05; 'cc:addr:python-list': 0.11; 'rewritten': 0.16; 'right;': 0.16; 'scripting.': 0.16; 'selenium': 0.16; 'status.': 0.16; 'subject: \n ': 0.16; 'world!")': 0.16; 'wraps': 0.16; 'wrote:': 0.18; 'library': 0.18; 'everyone,': 0.19; 'skip:f 30': 0.19; 'thoughts': 0.19; '>>>': 0.22; 'example': 0.22; 'cc:addr:python.org': 0.22; 'script.': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'script': 0.25; 'second': 0.26; 'header:In-Reply-To:1': 0.27; 'michael': 0.29; 'appreciated.': 0.29; 'am,': 0.29; 'dec': 0.30; 'message- id:@mail.gmail.com': 0.30; 'skip:( 20': 0.30; "i'm": 0.30; 'code': 0.31; 'lines': 0.31; 'comments,': 0.31; 'comparison': 0.31; 'subject:that': 0.31; "we're": 0.32; 'open': 0.33; 'announce': 0.33; 'guess': 0.33; 'december': 0.35; 'received:google.com': 0.35; 'effort': 0.37; 'button': 0.38; 'feedback': 0.38; 'gmail': 0.38; 'issue': 0.38; 'does': 0.39; 'called': 0.40; 'extended': 0.61; 'facebook': 0.61; 'took': 0.61; 'information': 0.63; 'hear': 0.63; 'today': 0.64; 'our': 0.64; 'more': 0.64; 'here': 0.66; 'hoping': 0.75; 'alone.': 0.84; 'does?': 0.84; 'source?': 0.84; 'subject:50%': 0.84; 'invited': 0.85; 'subject:% ': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=UXLrwYnGCv+nfUgjhDX4T82Br6fy+HoWVa8c4oxuMj8=; b=J/GHpkr1ZJESpHRrIBtiKvfp6E1AeBxqKXK51Jw4dTsBV859xdZKSc4FG7OwgoI8q+ imPbFASW2y028wukOPYsOjbXczDCjsL8uG1kHTL0AQYyBwHbn0Y+84v8896YEAEvnC2k pdkRVLoJ9iYpngDm0Nd9/2CFY0do74e4/Y5YEpN34QWS6nWS9zYIr8jFGq/zasOrQ5t7 VGaUYl0QmEJvxz8++nUJ5HE8xu/P0H5W2gFKbLlwp/2JWxQbvM4dnMXDJDEGQDZ6EkvL Jy9KfqxOjL5PNBA4oGyEsxgl6jMziFok+P9ZhEH0BDy5Lixhc20v7yM8NsQ+KyiZVit7 3LyA== MIME-Version: 1.0 X-Received: by 10.180.85.202 with SMTP id j10mr8358859wiz.35.1387194056221; Mon, 16 Dec 2013 03:40:56 -0800 (PST) In-Reply-To: References: Date: Mon, 16 Dec 2013 06:40:56 -0500 Subject: Re: Launching Helium: A Selenium wrapper that makes web automation 50% easier From: Larry Martell To: Michael Herrmann Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org 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: 39 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387194062 news.xs4all.nl 2870 [2001:888:2000:d::a6]:55170 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62045 On Mon, Dec 16, 2013 at 5:17 AM, Michael Herrmann wrote: > Hi everyone, > > I'm working for a startup called BugFree Software and would like to annou= nce that today we're launching our second product! > > Helium is a library that wraps around Selenium to simplify web automation= . It does away with many of the technicalities involved with web scripting.= For example: Here is a Selenium script. Can you guess what it does? > > >>> ff =3D Firefox() > ... > >>> text_area =3D ff.find_element_by_id("u_0_1q") > >>> text_area.send_keys("Hello World!") > >>> button =3D ff.find_element_by_class_name("_42g-") > >>> button.click() > > Here is the same script rewritten using Helium: > > >>> start_firefox() > ... > >>> write("Hello World!", into=3D"Update Status") > >>> click("Post") > > Can you now guess what it does? That's right; It updates your Facebook st= atus. > > In an extended comparison that we were invited to write for the December = issue of Professional Tester (professionaltester.com), we found that an exa= mple script automating Gmail took 66% fewer lines of code and 75% less effo= rt using Helium than with Selenium alone. > > You can find more information and download Helium from http://heliumhq.co= m. Any feedback would be highly appreciated. > > Hoping to hear your thoughts and comments, Is this open source?