Forum Discussion
So when the customer interacts with certain items on our site, the URL will be populated with a specific item
I take from this that you want to check the URL itself and not something on the page. Would you give us an example of what's happening and what you would like to check?
When a s user is logged in and they select an option from a menu we have on page, the page URL is populated with "data=menu". This is what I want to detect. I know how to get the URL etc and do the check myself.
As said, what I don't want to do is run a script routine each time the user has clicked into these options, I wan this to be done by the system using https://support.smartbear.com/testcomplete/docs/reference/events/onwebpagedownloaded.html
as these option selection and subsequent URL populations will always be a new page load, but that doesn't work for Chrome.
My question is this:
Can the function in the above link "onWebPageDownload" be implemented somehow for Chrome