Dynamic Waits--wait till element is visible in the DOM
Hi guys,I need your advice. What is the best approach of having dynamic waits?In Python I could write some code like this ==>wait till myDynamicElemenst appears in the DOM/Citrix Window is available. driver = webdriver.Firefox() driver.get("http://so...