エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
RubyDoc.info: Module: Selenium::WebDriver::Find – Documentation for selenium-webdriver (0.0.28) – RubyDoc.info
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
RubyDoc.info: Module: Selenium::WebDriver::Find – Documentation for selenium-webdriver (0.0.28) – RubyDoc.info
Included in: Driver, Element, Remote::Bridge Defined in: lib/selenium/webdriver/find.rb Constant ... Included in: Driver, Element, Remote::Bridge Defined in: lib/selenium/webdriver/find.rb Constant Summary collapse FINDERS = { :class => 'ClassName', :class_name => 'ClassName', :css => 'CssSelector', :id => 'Id', :link => 'LinkText', :link_text => 'LinkText', :name => 'Name', :partial_link_text => 'PartialLinkText', :tag_name => 'TagName', :xpath => 'Xpath', } Instance Method Summary collapse #fin

