javascript - Getting an error:'No Button found with monkeyID "LOGIN" record -


getting error:'no button found monkeyid "login" record

in recorded script in 1 project button name login in project button name change login. script failed. there way run script name conversion(case insensitive).please suggest me, in advance.

thanks, arihant.

you can use accessibility features of ios (at least test artefact). set accessibilitylabel (in storyboard) or accessibilityidentifier (programmatically) constant value (e.g. "button_login"). no matter title button has, monkeytalk find using monkey id "button_login".


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -