Skip to content

Commit

Permalink
Update src/elements.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
  • Loading branch information
stevepryde and jonhoo authored Jan 29, 2022
1 parent 76a8f41 commit 135214a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ impl Element {
/// See [13.4 Get Element CSS Value](https://www.w3.org/TR/webdriver1/#get-element-css-value)
/// of the WebDriver standard.
///
/// [`computed value`]: https://drafts.csswg.org/css-cascade-4/#computed-value
/// [computed value]: https://drafts.csswg.org/css-cascade-4/#computed-value
#[cfg_attr(docsrs, doc(alias = "Get Element CSS Value"))]
pub async fn css_value(&mut self, prop: &str) -> Result<String, error::CmdError> {
let cmd = WebDriverCommand::GetCSSValue(self.element.clone(), prop.to_string());
Expand Down

0 comments on commit 135214a

Please sign in to comment.