I have script which will run across multiple pages I don't know about. Say I want to replace some text within it. I attempt to do it by looping through every element on the page and checking if it matches the regex before replacing it but keep getting this...
SCRIPT5007: Unable to get value of the property 'go': object is null or undefined
rs=AItRSTO5xlMcJYBeFTggpnLiO7-4oJljag, line 1533 character 260
SCRIPT5007: Unable to get value of the property 'go': object is null or undefined
rs=AItRSTO5xlMcJYBeFTggpnLiO7-4oJljag, line 1533 character 260
Or on some pages instead of 'go' it lists another property. Anyone know what this could mean?