Search found 2 matches

by larvaman
Wed Aug 02, 2017 1:43 pm
Forum: How To …
Topic: Apostrophe in search string??
Replies: 4
Views: 3941

Re: Apostrophe in search string??

Thanks qwertzu,

The double apostrophes works for all three of my strings I am searching for.


Solution Found,

Larvaman
by larvaman
Fri Jul 28, 2017 2:02 pm
Forum: How To …
Topic: Apostrophe in search string??
Replies: 4
Views: 3941

Apostrophe in search string??

Here is my method: public void FindByText(Element view, string textValue, bool report = true) { try { cuObject = view.FindSingle(".//text[@text='" + textValue + "']"); Mouse.MoveTo(cuObject); if(report) Report.Success("Validation", "Object with text value '" + textValue + "' was found within the vie...