I've run in to some challenges with the first script. When I use Firefox, the script executes just fine. If I use either IE or Chrome, I get driver errors.
When I use Chrome, the following error appears:
When I use IE, the following error appears:
C:/Ruby22/lib/ruby/gems/2.2.0/gems/selenium-webdriver-2.53.4/lib/selenium/webdriver/common/proxy.rb:113:in `type=': invalid proxy type: :"", expected one of [:direct, :manual, :pac, :auto_detect, :system] (ArgumentError)
I switched from using RubyMine, to Eclipse. As a relative newbie to coding, I found Eclipse a little easier to understand, plus I'm using it in a Selenium course I'm taking now. These same errors occur regardless of whether I use RubyMine, Eclipse, or the command line.
I already had the Chrome driver installed, and it's part of my path, as is the IE driver. Not sure what's going on. Any suggestions?