LoginSignup
2
1

More than 5 years have passed since last update.

SeleniumにおけるFrameの移動

Posted at

Frameの移動を行う場合は以下の通り。
引数のarg0に指定できるのは、インデックス、フレームの名前、WebElementの3つ。

driver.switchTo().frame(arg0);

2
1
0

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
2
1