Regards,
Anil Bhargav Arige.
Is there any other solution for this?
Regards,
Anil Bhargav Arige.
for (int t = 0;; t++) {
if (t >= 60) fail("timeout");
try {
if (proc.getBoolean("isFlexMonkey", new String[] {"<UIEvent
command=\"Open\" value=\"problem_type_cb\"/>"})) break;
} catch (Exception e) { }
Thread.sleep(500);
}
for (int t = 0;; t++) {
if (t >= 60) fail("timeout");
try {
if (proc.getBoolean("isFlexMonkey", new String[] {"<UIEvent
command=\"Select\" prop=\"name\" value=\"ABS Light
Diagnosis/Repair\"/>"})) break;
} catch (Exception e) { }
Thread.sleep(500);
}
for (int t = 0;; t++) {
if (t >= 60) fail("timeout");
try {
if (proc.getBoolean("isFlexMonkey", new String[] {"<UIEvent
command=\"SelectText\" value=\"problem_desc_tf\"><arg
value=\"0\"/><arg value=\"0\"/></UIEvent>"})) break;
} catch (Exception e) { }
}
for (int t = 0;; t++) {
if (t >= 60) fail("timeout");
try {
if (proc.getBoolean("isFlexMonkey", new String[] {"<UIEvent
command=\"Input\" value=\"problem_desc_tf\"><arg
value=\"sad\"/></UIEvent>"})) break;
} catch (Exception e) { }
Thread.sleep(500);
}
for (int t = 0;; t++) {
if (t >= 60) fail("timeout");
try {
if (proc.getBoolean("isFlexMonkey", new String[] {"<UIEvent
command=\"Click\" value=\"Save\"/>"})) break;
} catch (Exception e) { }
Thread.sleep(500);
}
But in the above select command is not sticking the selected drop down
option. Any help regarding this plz. Also where can I see all the
commands that are available for FlexMonkey like <UIEvent
command=\"Click\" value=\"Save\"> etc.
Regards,
Anil Bhargav Arige.
--Anil
Can you share the API of flexmonkium or the process of using commands
in Selenium RC Flexmonkium code, how the commands must be provided
etc..
Regards,
Anil Bhargav Arige.