[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[platform-swt-dev] SWT web automation framework: XPath support, simulated key sending on IE/Windows/Firefox
|
- From: Misha Koshelev <misha680@xxxxxxxxx>
- Date: Tue, 25 May 2010 22:58:47 -0500
- Delivered-to: platform-swt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=NZWa50z4HKBjpyW0SbEJYHk5XMUl6303+oZvxiWRLtA=; b=vnugX4e4wGFCaueDFs1anaXHXrMt9dZVbx5pss6aX5Pq/xD2VUBbaM8WxA1YI2klXw zjGsfbXKMGvXw/pSy3qDbir6imYBMF7ivDIqUwNlE8KQ1P0c6y7Cez1eKuOBw/n2AmNc 1CwAYYU9NyHSz3QNAfWMWIjEhNKrjWxY0K80s=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=APJxetNW5qA2qLuRpFlLmFfa61KePCAWZlmzKq4KvpIV64qAtwxfg/l2/0jQ3rlEBw nxW/ORegZyteLHw+7PfSAmmaM2nSv1iRJDVDfzwsjYMUnOLoRljEyrxSb7urVL81s4kS lVuBHI8V2BcOiEmaavbqW3xkb6fAt+8wB+O4I=
- User-agent: Thunderbird 2.0.0.24 (X11/20100317)
Dear All:
As we speak, I am uploading a version that supports:
* XPath
* simulated keystrokes (even with browser window closed) to browser window
I have added conformance tests for keys as well, which clearly show that two approaches are required:
i) Display.post on Windows/IE (recording and refiring keyEvents does not work)
ii) Firing Javascript events on Firefox
I have implemented now, in org.eclipse.swt.browser.webdriver.test.All, _both_ examples from
http://code.google.com/p/selenium/wiki/GettingStarted
I believe that, besides:
i) some more careful Javadocs
ii) careful testing on Mac
the framework is done for my needs. Please feel free to send suggestions/comments if you have any feature ideas/requests/etc.
Thank you!
Misha