Hello Team,
we have an internal corporate application (crm app for iPad) and this app actually includes custom component. So in order to get these components available, user needs to do 5 clicks - which became very bothersome since they need act super fast.
I was trying to ask dev team to create for mentioned components “shortcuts”, but answer was “This is not possible”.
So I am currently searching for a way, if I can create a script/automation, where with just one click script will open app, log user in and redirect user on specified component of the app.
Me, as an javascript lover found “Scriptable”, but from docs still not sure, if something like that is even possible (and that is my question here). So basically:
- with Scriptable open app
- still by scriptable selecet prompt window and fill password in
- redirect user to a wanted location (it can be done by automated clicks by Javascript, if this is possible).
So, team, is anything like that possible with Javascript?
Thanks a lot!