Hello,
There are 3 tabs (TAB1, TAB2, TAB3) on a page #1. Inside the third tab content, there is an option to open model window page #2. When Close/Apply Changes of the model window of the page 2, the page number 1 is refreshing and going back to TAB1. I want this to be defaulted TAB3 then comes back from page 2 to page 1
Using the below script in browser console, I can able to switch to tab 3 and but not working same from i use in APEX (tried calling at Page load and Dynamic action)
javascript:apex.jQuery("li[aria-controls='SR_TAB3'] a").trigger("click");
Please suggestion please..
Thank you !