or
Another issue that I am having is being able to access calendar date pickers written in vb.
Hi
i have a case that tries to verify if a cell is hidden but the verification step says that it is visible even thou IE8 do not render the cell
the table code is as follows.
<table style="empty-cells: hide">
<tr>
<td aut="cell1">some text so this cell is visible</td>
<td aut="cell2"></td>
</tr>
</table>
is there a way to detect that cell2 is hidden and not wrongly detected as "visible" ?
Regards
Ben
Hi,
I have three virtual machines with windows server 2003. First have Ie6,
second IE7 and the last one IE8 installed browser. All of them have Chrome,
Safari and FireFox.
I configured all browsers (particulary IE) with document from your website.
When I run simple test in all browsers, it only works in FF, safari and
chrome. In IE (in all version) I have only blank page.
I disabled IE ESC in all machines, but it still doesn’t work.
In using Webaii framework 2010.3.1307.0 version
My test code:
//...
//settings
Manager.LaunchNewBrowser(BrowserType.InternetExplorer, true,
ProcessWindowStyle.Maximized); browser = Manager.Browsers[0]; browser.NavigateTo("http://www.google.com";);
browser.Close();
ag