i have a mobile application for approving the ticket , but that approve triggers only run in browser chrome console (evaluate console). javascript code for approve is
submitApproveReject('approve');
I need to run this code in Ajax truclient chrome browser to apporve it. so please guide it.