Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
Essential IOL code:
$("#tab_t2_link a").click();
where #tab_t2_link is the id of the <li> that surronds the <a> of the section. You can inspect the element to locate the relevant id to use and test the above code from the console.
$("#tab_t2_link a").click();
where #tab_t2_link is the id of the <li> that surronds the <a> of the section. You can inspect the element to locate the relevant id to use and test the above code from the console.