I am doing a ajax form where I change some CSS elements on the fly, and I was wondering is it posible to check these changes within selenium, an example would be checking the background-color:#ffffff , click button, background-color:#000000.
I have done a research on the net but can only find information on the 'css=' locator type which only give me locations of selector in the Dom model, not the css elements them selves.
is it possible to do what I have discribed?