Just wanted to know: does iOS UI Automation JavaScript support the substring method? If yes, please provide a suitable example because I’m getting an error response for the same.
Just wanted to know: does iOS UI Automation JavaScript support the substring method? If
Share
Use : substr()
The result of n will be:
llo
It works. Tested.
P.S.Please accept anwser it if it works for you.