Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このように、Ruby プログラムで Watir を使用したい
require 'watir' ie = Watir::IE.new ie.goto 'www.google.com'
うまく動作しますが、「ie.」を入力してもオートコンプリートされませんでした。. これを解決するにはどうすればよいですか?
RubyMineが外部ライブラリを認識していることを確認してください。Bundlerを利用したプロジェクト(Railsアプリなど)を使用している場合は、に移動しTools > Bundler > Installます。
Tools > Bundler > Install
それ以外の場合は、プロジェクト設定からgemをプロジェクトに追加します。