Re: Selenium Webdriver + Python (How to get started ??)

2013-04-23 Thread Santi
On Monday, April 22, 2013 8:24:40 AM UTC-4, arif7...@gmail.com wrote: > Note that:- I have some experience of using Selenium IDE and Webdriver > (Java). but no prior experience of Python. > > > > Now there is a project for which I will need to work with webdriver + Python. > > > > So far I

Re: Ten rules to becoming a Python community member.

2011-08-15 Thread Lucio Santi
On Mon, Aug 15, 2011 at 9:06 AM, Neil Cerutti wrote: > On 2011-08-14, Chris Angelico wrote: > > On Sun, Aug 14, 2011 at 2:21 PM, Irmen de Jong > wrote: > >> On 14-8-2011 7:57, rantingrick wrote: > >>> 8. Use "e.g." as many times as you can! (e.g. e.g.) If you use "e.g." > >>> more than ten time

Re: PEP 372 -- Adding an ordered directory to collections

2011-08-07 Thread Lucio Santi
Hi all, I'm a first-time writer here, so excuse me if I say something inappropriate or such. Last week, I was reviewing some Python 2.7 modules when I came across the OrderedDict data structure. After seeing its official implementation and also after reading through the corresponding PEP, I figur

Re: simple web/html testing

2011-06-08 Thread Santi
For static html testing, I'd avoid using Selenium. Even though Selenium is *the* tool for RIA and javascript intensive environments, feels like bringing up a browser with all the coordination and resources that it takes just to crawl the website and find 404s is an overkill. What we implemented