Hello
I have a scenario where clicking on a link invokes a command shell, where i have to execute few commands(lets say ls -ltr).is there any way can we accomplish this using webdriver?
here is the HTML code
<table width="100%" border="0" title="Command Shell - Click to launch" onclick="document.location.href='/abc/ui/bonsai/launch.do?type=1&task=00000017';return false;" onmouseout="this.style.cursor='default'; this.style.backgroundColor='';" onmouseover="this.style.cursor='pointer'; this.style.backgroundColor='#eee';" style="table-layout: fixed; cursor: default;">
where /abc/ui/bonsai/launch.do?type=1&task=0000001 is the command shell