Hi All,
I am training to access the button control in webpage which has iframe, I used _WD_FrameEnter method to switch the current content to first frame and tried to get the controls but no luck, can anyone help me? may be I am doing something wrong here since first time I am dealing with iframes.
below is the code I tried
_WD_Navigate($Session, 'https://ecomm.one-line.com/one-ecom/manage-shipment/cargo-tracking')
_WD_LoadWait($Session, Default, 10 * 1000)
Con