I am making good progress with my tryouts, but one thing I can't seem to get to work is that, when the page url changes due to i.e. a form submit, the "NavigationFinished" is not fired.
What I am trying to do is:
load page x+1
in NavigationFinished:
if loaded page is x (due to the need to log in, then log in : this should automatically load page x + 1 ; return to NavigationFinished
if loaded page is x+1 (loged in) I can continue
This check is something I will need to do each time a page is loaded within the x domain
What I am trying to do is:
load page x+1
in NavigationFinished:
if loaded page is x (due to the need to log in, then log in : this should automatically load page x + 1 ; return to NavigationFinished
if loaded page is x+1 (loged in) I can continue
This check is something I will need to do each time a page is loaded within the x domain