Not Able To Reach Iframe
Here is my HTML:
Solution 2:
You are using wrong locator syntax. Try this:
wait.until(EC.frame_to_be_available_and_switch_to_it((By.XPATH, "//iframe[contains(@src,'http://gksdc-tst.pvhcorp.com:50100/pvh-pos-server/functions')]")))
Post a Comment for "Not Able To Reach Iframe"