1
0
Эх сурвалжийг харах

Add deprecation note about WebElement::describe (see #144)

Daniel Gempesaw 11 жил өмнө
parent
commit
dc385d8228

+ 3 - 0
lib/Selenium/Remote/WebElement.pm

@@ -432,6 +432,9 @@ sub get_css_attribute {
  Usage:
  Usage:
     $elem->describe();
     $elem->describe();
 
 
+ Note: DEPRECATED as of 2.42.2 -- use get_text, get_value, is_displayed, or
+ whatever appropriate WebElement function you need instead
+
 =cut
 =cut
 
 
 sub describe {
 sub describe {