or
public
bool
ActiveAjaxConnections()
{
return
Actions.InvokeScript<
bool
>(
"Sys.WebForms.PageRequestManager.getInstance().get_isInAsyncPostBack()"
);
}
[CodedStep(@
"Navigation to Form"
)]
public
void
NavigationToForm()
{
ActiveBrowser.NavigateTo((
string
)Data[
"ContributorPath"
]);
ActiveBrowser.Window.Maximize();
}
[CodedStep(@
"Wait for url"
)]
public
void
WaitForUrl()
{
// Wait for url
ActiveBrowser.WaitForUrl((
string
)Data[
"ContributorPath"
],
true
, 60000);
}
asp
:FileUpload control. In IE, the windows explorer dialog opens up to select the file and then it hangs. In Firefox, the dialog doesn't open at all.
Is this issue already noted? Is there any workaround? Is the support for Windows 7 available now?
Cheers,
Souvika