Przeglądaj źródła

Point users to mouse_move_to_location method of dragging

[skip ci] This is just a docs change.
Daniel Gempesaw 11 lat temu
rodzic
commit
ca9646337f
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      lib/Selenium/Remote/WebElement.pm

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

@@ -364,6 +364,13 @@ sub is_hidden {
  http://elementalselenium.com/tips/39-drag-and-drop
  https://gist.github.com/rcorreia/2362544
 
+ Check out the mouse_move_to_location, button_down, and button_up
+ functions on Selenium::Remote::Driver.
+
+ https://metacpan.org/pod/Selenium::Remote::Driver#mouse_move_to_location
+ https://metacpan.org/pod/Selenium::Remote::Driver#button_down
+ https://metacpan.org/pod/Selenium::Remote::Driver#button_up
+
 =cut
 
 sub drag {