Below is the html code ..
相关标签:
I think you can try to use method:
within_frame 'id' do <code for dealing with iframe entries> end
Can have this code:
withinframe((:xpath,"//div")) do #code end
within_frame(find('<css rule>')) do <code for dealing with iframe entries> end