i'm developing an app using awesomium and c#
look at this line of code:
browser.ExecuteJavascriptWithResult("rand()");
when this line execute, the webpage says "Please wait..." and a image with low opacity shown , and can't click or run any script until a few seconds
is there any way to wait for this action in my app?
you can do something like this..
// here you can do something after wating..