automation - Can not access to elements in an iframe having different domain on mobile safari -
i need switch iframe2
, inside iframe1
on web page. can switch iframe2
on window chrome, it's impossible on mobile safari.
below script:
unselect frame select frame ${iframe1} -> pass select frame ${iframe2} -> fail on mobile safari (still pass on window chrome)
it seems because of cross-domain issues on mobile safari. has encountered this, , how manage access elements in iframe of different domain on mobile safari? please let me know. thank you.
Comments
Post a Comment