04-13-2024, 10:59 AM
Similar situations exist where, likewise, delays need to be added, otherwise there's a chance of failure.
100.ms();
var e3 = w2.Elm["PANE", navig: "la"]["BUTTON"].Find(3);
e3.PostClickR();
//e3.MouseClickR();
100.ms();
100.ms();
var e3 = w2.Elm["PANE", navig: "la"]["BUTTON"].Find(3);
e3.PostClickR();
//e3.MouseClickR();
100.ms();
