niklasb / webkit-server

[not actively maintained] The C++ webkit-server from capybara-webkit with useful extensions and Python bindings
MIT License
48 stars 38 forks source link

is_disabled, is_checked, is_selected and is_multi_select doesn't call get_attr #3

Closed Timmy000 closed 11 years ago

Timmy000 commented 11 years ago

Hi niklasb,

I'm getting an error because is_disabled uses the get item syntax, self["disabled"], rather than calling self.get_attr("disabled")

Cheers, Tim

niklasb commented 11 years ago

Should be fixed by a2a61a9e26