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.
Selenium webdriver でグリッド形式のボタンをクリックするためのコーディング方法、xpath、classname.click でコードを実行するとエラーが表示される ??
最初にボタンを見つけて (xpath を使用できます)、見つかった要素をクリックする必要があります。
例(ルビコード)
driver.find_element(:xpath, '//xpath-here').click