Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT web automation framework: XPath support, simulated key sending on IE/Windows/Firefox

Can we keep the daily updates on the forums of the specific project so that people who are interested in the progress can track it there?

Thanks
Kirill


From: Misha Koshelev <misha680@xxxxxxxxx>
To: "ec >> "Eclipse Platform SWT component developers list."" <platform-swt-dev@xxxxxxxxxxx>; webdriver@xxxxxxxxxxxxxxxx
Sent: Tue, May 25, 2010 8:58:47 PM
Subject: [platform-swt-dev] SWT web automation framework: XPath support, simulated key sending on IE/Windows/Firefox

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
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top