Yes, you can access the attributes of objects. It doesn't matter where their attributes come from, whether they are coded in the html or come from a class in an external style sheet.

Try something like this:

ie.table(:class, 'displaytag').attribute_value('font')

Bret

On 2/24/06, Amitha Shetty <[EMAIL PROTECTED] > wrote:
Hi,
 How to access External Style Sheet using watir?
I have to write a test case to test UI for a screen.The screen has a table and desciption of html elements for this is called from a class displaytag.
This class is in a .css file in a different location.The html has the href for the same.
Is there a way to access this class in my test case to test the font, alignment and other UI of the table?
 
HTML for the same is as given below:
 
<html>
<head>
<link rel="stylesheet" type="text/css" href="" />
<SCRIPT LANGUAGE="_javascript_">
</SCRIPT>
</head>
<table class="displaytag" cellspacing="1" id="table1">
<thead>
<tr>
<th align="right">Heading 1</th>
<th align="right">Heading 2</th>
<th align="right">Heading 3</th>

<tbody>
<tr class="odd">
<td align="right">
1/1&nbsp; 
   </td>


Jiyo cricket on Yahoo! India cricket
Yahoo! Messenger Mobile Stay in touch with your buddies all the time.


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to