is it possible to use<b> click_and_attach</b> on a link that loads a page via ajax ? assuming :resynchronize is on, do i add browser.wait immediately after ?<br><br><blockquote><b>newtab = ajaxlink.click_and_attach </b><br>
</blockquote><br><br>can you stack your <b>click_and_attach</b> ? and then close everything by closing the first browser instance ? I am doing this because<b> browser.back</b> is not reliable in AJAX heavy sites where actually clicking back in your browser will produce undesired results or simply not go back.<br>
<br><blockquote><b>firsttab = link.click_and_attach <br><br>secondtab = firsttab.link.click_and_attach<br><br>thirdtab = secondtab.link.click_and_attach<br><br>firstab.close</b> <i>#would this close all &quot;tabs&quot; opened? or would i need to close it individually like secondtab.close, thirdtab.close.</i><br>
<br><br><br><br><br><br></blockquote><br><br><br>