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

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -