Guest User

Untitled

a guest
Oct 24th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ControlFocus("File Upload","","Edit1")
  2. ControlSetText("File Upload","","Edit1","C:UserschaithuDesktopfileupload.html")
  3. ControlClick("File Upload","","Button1")
  4.  
  5. Sleep(1000)
  6. ControlFocus("Open","","Edit1")
  7. Sleep(2000)
  8. ControlSetText("Open","","Edit1","E:Selenium Jar filesscreenshotsMarchtestimgsgeneral-surgery-1.jpg")
  9. Sleep(2000)
  10. ControlClick("Open","","Button1")
  11.  
  12. Run("C:Program Files (x86)GoogleChromeApplicationchrome.exe file:///E:/Selenium Jar files/screenshots/March/testimgs/general-surgery-1.jpg")
Add Comment
Please, Sign In to add comment