Closed GoogleCodeExporter closed 9 years ago
Hi,
If you want to click or search for strings with special characters or symbols
you need to add \\ before them. This is due to the regex support that is
included into the click and search methods. If you add \\ before them it will
work.
/Renas
Original comment by renasr...@gmail.com
on 29 Dec 2010 at 1:50
To clarify you need to add \\ before the special charachters and symbols. An
example of how it should look like:
clickLongOnText("Li\\$t wit\\% ch\\\");
Original comment by renasr...@gmail.com
on 29 Dec 2010 at 2:49
thanks for the response!!! that was very helpful. now it works and "searchText"
seems to work too. thanks!!!
Original comment by finalJus...@googlemail.com
on 30 Dec 2010 at 7:55
Original issue reported on code.google.com by
finalJus...@googlemail.com
on 29 Dec 2010 at 11:02