I can think of a few ways to do this but I’m wondering what the simplest would be…
I have 3 identical websites that I run the same script on they are on different servers. Currently, I open the script and the few places where it types in the test url:
TypeText “www.site1.com”
I just change it 3 times and re-run the script! has to be a way to automate this…
Run the script on Site1 Then repeat on Site2 Then Repeat on site3
Thanks