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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -