Welcome to Manicprogrammer Sign in | Join | Help

March 2009 - Posts

People behind the software

How many open source tools you use? Cool, now of how many of those you actually know who’s behind them. By knowing I mean a face, a name and some bio on the person. I expect the answer to be just a few or none, right? Pyccuracy sets the example Well you
Posted by heynemann | 1 Comments

Pyccuracy Release 0.4 IS OUT!

After a lot of hardwork by the team , the new release is out! Go ahead, try it, find what you don’t like and tell us. Release Notes for 0.2, 0.3 and 0.4 (it’s worth mentioning that the docs for all of them are in www.pyccuracy.org as well): Release Notes
Posted by heynemann | 1 Comments

Finding out if a given selector (XPATH, ID or Whatever) is Enabled in Selenium

I just spent a whole day trying to figure out how to define if a given element (defined using an xpath) is an enabled (i.e. not disabled) element in "Selenese", using Python bindings. Finally cracked it: def is_element_enabled(self, element): script =

Pyccuracy 0.2dev-r934 RELEASED!

Pyccuracy 0.2dev-r934 has been released. It has been a lot of work, but it’s done! Release Notes - Pyccuracy - Version 0.2 Bug [ PYCCURACY-91 ] - Running tests in linux was killing the wrong process (selenium) Improvement [ PYCCURACY-90 ] - Remove all
Posted by heynemann | 1 Comments