selenium-webdriver 4.12.0
Selenium implements the W3C WebDriver protocol to automate popular browsers. It aims to mimic the behaviour of a real user as it interacts with the application's HTML. It's primarily intended for web application testing, but any web-based task can automated.
          Gemfile:
          =
        
        
          安装:
          =
        
      Development 依赖 (9):
            rack
            ~> 2.0
          
          
            rake
            ~> 13.0
          
          
            rspec
            ~> 3.0
          
          
            rubocop
            ~> 1.42
          
          
            rubocop-performance
            ~> 1.15
          
          
            rubocop-rspec
            ~> 2.16
          
          
            webmock
            ~> 3.5
          
          
            webrick
            ~> 1.7
          
          
            yard
            ~> 0.9.11