intern Functional Testing with Frames -
i'm using intern , writing functional tests. application testing uses lot of dojo tabs , iframes , i'm having trouble navigating around functional tests.
i can select iframes using "frame()" call , fine accessing nested iframes. how navigate up? selenium webdriver has defaultcontent return top frame can't find implementation of in intern wd.
the problem having navigate down nested iframe , click button switches different dojo tab in higher frame. can see browser loading , switching new tab intern still stuck on same nested iframe , can't navigate up.
thanks
passing null
frame identifier switches page’s default content.
Comments
Post a Comment