Hello @Danp2 The issue that i had with the time change on both the end's got solved by trial and error using below. removed first focus and clicks 😁 $xpathForumLink = ("//*[@id='compact-header']/div/div/div/div/div[1]/div[2]/input") $aForumLink = BGe_IEGetDOMObjByXPathWithAttributes($oIE1, $xpathForumLink) sleep (1000) _IEPropertySet($aForumLink[0],"innertext" , "12:00 AM") ;_IEPropertySet($aForumLink[0],"innertext" , "12:00 AM") sleep (1000) _IEA