-
angelo0000 committed revision 382 to the Watij - Web Application Testing in Java SVN repository, changing 1 files.
2009-10-18 04:32:15 UTC by angelo0000
-
angelo0000 committed revision 381 to the Watij - Web Application Testing in Java SVN repository, changing 4 files.
2009-10-18 03:58:10 UTC by angelo0000
-
angelo0000 committed revision 380 to the Watij - Web Application Testing in Java SVN repository, changing 1 files.
2009-10-18 03:32:08 UTC by angelo0000
-
angelo0000 committed revision 379 to the Watij - Web Application Testing in Java SVN repository, changing 2 files.
2009-10-18 03:27:12 UTC by angelo0000
-
angelo0000 committed revision 378 to the Watij - Web Application Testing in Java SVN repository, changing 1 files.
2009-10-18 03:10:17 UTC by angelo0000
-
Hi
I tried to test and run the following
IE ie = new IE();
ie.start("http://www.israelpost.co.il/itemtrace.nsf/mainsearch?openform");
ie.bringToFront();
ie.focus();
ie.maximize();
ie.textField(name, "ItemCodeNoPopup").set("RR04841274533");
ie.image(src, "/btnSrchRedHE/").click();
I want to open a url to set smome value in a field and click on...
2009-07-05 15:52:43 UTC by nobody
-
here you will find french properties file.
2009-06-22 09:04:43 UTC by ldoumerc
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-06-20 02:20:22 UTC by sf-robot
-
I think that problem is in focus() method behavior. If you don't set focus to the SELECT then close operation will work correctly.
2009-06-19 15:14:29 UTC by boltick
-
[ENVIRONMENT]
WinXP, IE6, Java 1.6.0_10
[STEPS]
1. Open page with some htmlcontrols like SELECT, e.g. http://www.protesting.ru/contact/contact.html
2. Set focus to SELECT, by command ie.selectList(FinderFactory.name("type")).focus();
3. Close browser window
[RESULT]
Window is closed, but java process still alive.
[EXPECTED RESULT]
Window is closed, java process completed
You...
2009-06-19 15:11:58 UTC by boltick