On a page I'm testing, I have a div that Firebug shows like this: <div id="joinrequestbuttons_widget" style="">
That div is a parent of a number of buttons that are displayed or hidden depending on circumstance. When I have watir-webdriver show me the HTML of that div, however, this is what it returns: <div id="joinrequestbuttons_widget" style="*display: none;*"> This is not good, because it means that all children of that div are seen as hidden, when they're actually not. I need to be able to click those buttons. Does the style="" need to be explicitly made into style="display: block;" for watir-webdriver to handle it correctly? -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
