can we search through iFrame in Selene? :)
But should selene search through iframes?
Sometimes different iframes have same unique elements. And selene users will try to find an element they could will find first element of the list which is formed from different iframes. Will it be useful for them?
Even if user will find not unique element by unique path to it, for example by using iframe unique attribute. Could selene interact with them without webdriver "switching" to iframe?
And the last question: how hard this would be to realize and support and test as a selene feature?
Sometimes different iframes have same unique elements. And selene users will try to find an element they could will find first element of the list which is formed from different iframes. Will it be useful for them?
same happens even without iframes:) so should not be a problem)
Even if user will find not unique element by unique path to it, for example by using iframe unique attribute. Could selene interact with them without webdriver "switching" to iframe?
kind of not... then we have to implement some smart switching mechanism... :)
And the last question: how hard this would be to realize and support and test as a selene feature?
this is an open point:)
actually such kind of open points come also from #248
