pawan garia Messages: 10 Registered: February 2013
Junior Member
Hi all i have a Shell Which Dont have a Name or Text.
Due to which i am not able To click on any item in the Shell.
And i am not able to apply the wait condition on the Shell.
Please help me with some code or Sample, like how to use the wait condition in a situation like this and activate the shell.
please find the Snapshot also
pawan garia Messages: 10 Registered: February 2013
Junior Member
I am using the Followihng Code...
bot.label("Run Workflow").isActive();
bot.waitUntil(Conditions.shellIsActive(""));
bot.shell("").activate();
bot.buttonWithLabelInGroup("Development Mode?","Settings").click();