@JMan14 In the future, please use ctrl-shift-v to paste normal or use the copy feature of google translator (instead of highlighting it). That way the text will appear "normal" size in your post. 🙂 If you want to switch frames using the Webdriver UDF, then you would do something like this -- ; Switch to frame by index _WD_FrameEnter($sSession, "0") ; Perform frame activity here ; Return to top level _WD_FrameEnter($sSession, Null) ; You could also us