I have a below html which am trying to test using ruby selenium web driver
3条回答 没有蜡笔的小新 (楼主) 2021-01-27 23:29 I am trying to find the svg element of any given div id If this is what you want, you can try this one: driver.find_element(:id => "the_given_id").find_elements(:tag_name => "svg") 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
I am trying to find the svg element of any given div id
If this is what you want, you can try this one:
driver.find_element(:id => "the_given_id").find_elements(:tag_name => "svg")