-
Hi Team,
Im Using webaii framework
for
my automation.
I have a page
in
there when we click a button it ll show one pop up. tried
this
scenerio
in
webaii with below code.
Manage.ActiveBrowser.Actions.Click(button);
It clicks the button
as
expected, but when pop up was thrown by webpage, code flow got stopped it didnt cross the above command.
Is it any other way to click a element after click, browser should be free and it ready
for
next command.