Hi All -
I am new user of MacBook and new to Apple Scripting.
I am looking for help on Apple script which takes user input and open the URLs (by replacing string in URL with user input) in Safari tabs.
Let me explain what I am looking for. I have two URLs as follows:
https://www.mycompticketss.com/tickets/ticket-number
https://www.mycomptikcetss.com/tickets/ticket-number/history
In above URLs you will find ticket-number as an example, this ticket number should be replaced with what ever the user input number which is provided when running apple script. for e.g. if we run apple script and provide user input as 1234, apple script should open below URLs in safari tabs.
https://www.mycompticketss.com/tickets/1234
https://www.mycomptikcetss.com/tickets/1234/history
I have multiple URLs as above, I just listed two as an example.
Can someone let me know the apple script which can implement above for me?
thanks!
I am new user of MacBook and new to Apple Scripting.
I am looking for help on Apple script which takes user input and open the URLs (by replacing string in URL with user input) in Safari tabs.
Let me explain what I am looking for. I have two URLs as follows:
https://www.mycompticketss.com/tickets/ticket-number
https://www.mycomptikcetss.com/tickets/ticket-number/history
In above URLs you will find ticket-number as an example, this ticket number should be replaced with what ever the user input number which is provided when running apple script. for e.g. if we run apple script and provide user input as 1234, apple script should open below URLs in safari tabs.
https://www.mycompticketss.com/tickets/1234
https://www.mycomptikcetss.com/tickets/1234/history
I have multiple URLs as above, I just listed two as an example.
Can someone let me know the apple script which can implement above for me?
thanks!