Solved
:Multiple URL's but with same selectors
Hey Guys,
This use case came up the other day and has me stuck. Has anyone else seen this issue and come up with a workaround?.... Any input would be much appreciated.
Use case: I have a URL
https://abc.com/xyz3/manage/alerts/edit/1234(dynamic number)
https://abc.com/xyz3/manage/alerts/edit/new
I have an Edit Button on both the pages, with same ID(same selector)
Can I track Edit button on https://abc.com/xyz3/manage/alerts/edit/1234 separately from the edit button on https://abc.com/xyz3/manage/alerts/edit/new
Query: Since I will use scope as https://abc.com/xyz3/manage/alerts/edit/*
And selector as same ID, will both the features be called when I use any one?
This use case came up the other day and has me stuck. Has anyone else seen this issue and come up with a workaround?.... Any input would be much appreciated.
Use case: I have a URL
https://abc.com/xyz3/manage/alerts/edit/1234(dynamic number)
https://abc.com/xyz3/manage/alerts/edit/new
I have an Edit Button on both the pages, with same ID(same selector)
Can I track Edit button on https://abc.com/xyz3/manage/alerts/edit/1234 separately from the edit button on https://abc.com/xyz3/manage/alerts/edit/new
Query: Since I will use scope as https://abc.com/xyz3/manage/alerts/edit/*
And selector as same ID, will both the features be called when I use any one?

