-
-
-
-
-
-
Object reference not set to an instance of an object.
-
-
-
-
-
or
Actions.InvokeScript<HtmlSpan>(
"$j('#rulesTree span.rf-trn-lbl')"
+
".filter(function() "
+
"{return $j(this).text().trim() == 'er';})"
).Click();
I have a simple code which work perfect in Firefox but fail in IE9.
var dialog = ConfirmDialog.CreateConfirmDialog(ActiveBrowser, DialogButton.OK);
Manager.DialogMonitor.AddDialog(dialog);
Manager.DialogMonitor.Start();
Find.ByAttributes<HtmlAnchor>(
"title=Remove Table"
).Click();
dialog.WaitUntilHandled();
Manager.DialogMonitor.Stop();