ソースを参照

Fix eol problems

Matthew Spahr 6 年 前
コミット
0766fcb010
1 ファイル変更0 行追加2 行削除
  1. 0 2
      lib/Selenium/Remote/Driver.pm

+ 0 - 2
lib/Selenium/Remote/Driver.pm

@@ -1223,8 +1223,6 @@ sub get_alert_text {
 
     # include the WDKeys module
     use Selenium::Remote::WDKeys;
-    .
-    .
     $driver->send_keys_to_active_element(KEYS->{'space'}, KEYS->{'enter'});
 
 =cut