or
<
span
class
=
"requisitionTitleText"
>Requisition # 2813:<
span
class
=
"requisitionDetails"
> tt 574 6</
span
></
span
>
string
newReq =
"Requisition # 2813:"
newReq = newReq.Replace(
"Requisition # "
,
""
);
newReq = newReq.Replace(
":"
,
""
);
HtmlAnchor:<a href="http://www.google.co.uk" target="_blank">
The code cannot be changed and because "_blank" is not guaranteed to be a new tab or window. It's implemented differently per-browser. I have implemented the workaround below;
Hi,
The scenario I am trying to automate is:
Now I am trying to record this scenario using Telerik Test studio. When I am executing the recorded steps, I could successfully select the checkbox from pop-up menu. But after that ‘Apply’ option is not getting added to the same pop-up menu.
Could someone please advise me on how can I deal with the above scenario?
SilverlightApp app = ActiveBrowser.SilverlightApps()[0];
<
DIV
style
=
"DISPLAY: none"
id
=
IFRAME_MainDetails_c
class
=
"ms-crm-FieldLabel-LeftAlign ms-crm-Field-Normal"
sl
=
"false"
><
LABEL
for
=
IFRAME_MainDetails
>MainDetails</
LABEL
></
DIV
>
<
IFRAME
style
=
"BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px"
id
=
IFRAME_MainDetails
class
=
ms
-crm-Custom
tabIndex
=
1020
src
=
"/TempTestHandover/%7B634871220200000000%7D/WebResources/sitecore_/KpiReports/QualificationRecordMainDetails.html"
frameBorder
=
0
scrolling
=
no
preload
=
"0"
url
=
"../webresources/sitecore_ClearBackgroundPage.htm"
></
IFRAME
>