[wtr-general] Re: watir-classic Element#style vs watir-webdriver Element#style

2012-10-29 Thread Connor C
Excellent! Thanks Jarmo On Saturday, 27 October 2012 17:01:06 UTC+1, Jarmo Pertman wrote: It is now implemented in Watir-Classic 3.3.0. Jarmo Pertman - IT does really matter - http://itreallymatters.net On Friday, October 26, 2012 7:23:24 PM UTC+3, Connor C wrote: Thanks Justin

[wtr-general] watir-classic Element#style vs watir-webdriver Element#style

2012-10-26 Thread Connor C
Hey Jarmo or whoever else can help :), In the latest wair-classic the Element#style() method works as follows # return the css style as a string def style assert_exists ole_object.style.cssText end but it still doesn't behave like the webdriver version (which takes a

[wtr-general] Re: watir-classic Element#style vs watir-webdriver Element#style

2012-10-26 Thread Connor C
It would make watir-classic similar to watir-webdriver. Though I think you would get different formats for some of the properties (example 'color'). Justin Ko On Friday, October 26, 2012 6:26:53 AM UTC-4, Connor C wrote: Hey Jarmo or whoever else can help :), In the latest wair-classic