14
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Selenium WebDriver用にエレメント指定文をコピーしてくれるFirefoxアドオン

Posted at

ブラウザ上で右クリックすると、その要素を特定する
driver.find_element(:xpath, "xxxx")
のような形式の文字列をクリップボードにコピーしてくれるアドオン。

C# Python Ruby Javaに対応してます(設定画面で言語を選べます)。

スクリーンショット 2015-04-22 20.33.13.png

WebDriver Element Locator(ダウンロードページ)
https://addons.mozilla.org/ja/firefox/addon/element-locator-for-webdriv/

シンプルですがけっこう便利なツールです。

14
13
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?