I have code that opens a popup window with a form for data entry. How can I get a reference to this form so that I can 1) verify it opened, and 2) populate and submit the form?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have code that opens a popup window with a form for data entry. How can I get a reference to this form so that I can 1) verify it opened, and 2) populate and submit the form?
make sute the popup window has a 'name' (I'm not talking about a title) ands use getOpenWindow(window_name)