Closing or opening an Excel or Word file in Selenium IDE -
testing website has links various forms. pdf forms work fine long use “gobackandwait” command. if document word or excel document, clicking link opens document in new window (not pop window). using “close” command closes main window , not document window.
how close or open excel or word file using selenium ide , go page.
note selenium ide cannot interact embedded objects default.
i can offer alternative. instead of opening window, recommend check url of links clicking, , href
points appropriate document extension.
pseudo:
validatepresent | css=#doclink[href$='.docx']
Comments
Post a Comment