or
Unable to locate element. Details: Attempting to find [Html] element
using
Find logic
(Html): [id
'Exact'
header_0_ctl00_ctl02_logout] AND [tagname
'Exact'
a]
Unable to locate element. Search failed!
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);
}