Hi Vojtech,
Hm, a couple of things:
1) I'm not surprised IE6 chokes on the Xpath locators you used in your
first class, since Xpath is delicate in IE anyway. But since you have
id's, why are using Xpath at all?!
2) The IE6 test obviously fails due to the arguments passed to the
type() command
Hi everybody.
We use framework qooxdoo for our project and we decided use the selenium for
testing.
PROBLEM DESCRIPTION:
TEST: easy test of login. There are two text fields (login name and
password) and login button. Each item has id (set by qooxdoo function
setHtmlProberty("id", "idValue")).