History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SRC-485
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Vince Spicer
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Selenium Remote Control

Add AndWait, WaitFor, WaitForNow funtionality to the Python driver

Created: 11/Jun/08 10:50 PM   Updated: 12/Aug/08 05:36 PM
Component/s: Client Driver - Python
Affects Version/s: None
Fix Version/s: None

Original Estimate: 2h Remaining Estimate: 2h Time Spent: Unknown
File Attachments: 1. File selenium.py (98 kb)
2. Text File src-485-iedoc2python.xml.patch (11 kb)



 Description  « Hide
It is really nice having the clickAndWait, selectAndWait etc when writing a test.

I modified the iedoc2python.xml to add these core functionalities to the RC drivers, via dynamic functions
generated on class load.

I also fixed up some the python to make things more pythonic, and pass pylint tests



 All   Comments   Work Log   Change History      Sort Order:
Vince Spicer - 11/Jun/08 10:52 PM
A number of code fixes to adhere to python coding standards

Add AndWait, WaitFor and WaitForNot functionality


Vince Spicer - 26/Jun/08 11:15 AM
Fully modifed Selenium driver with all the changes. Added debuging and commands