wisem2540 Posted May 7, 2018 Posted May 7, 2018 All, Powershell has a function called Domwait. The idea here is to wait for a control to appear before moving on. I have tried IEloadwait to just wait for the entire page, but that does not seem to be working, specifically after a click. Example IEcreate (load wait is fine IEaction(click button IELOADWAIT (does not wait) So I would like to wait for an object on the next page to appear instead
Danp2 Posted May 7, 2018 Posted May 7, 2018 Suggest that you review this prior discussion -- Latest Webdriver UDF Release Webdriver Wiki FAQs
jdelaney Posted May 7, 2018 Posted May 7, 2018 I've been here for a long time. shameless plug, my signature function includes a variable for max wait time for objects to appear. IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now