Blog to understand automation concepts in QTP, Selenium Webdriver and Manual Testing concepts

Running JavaScript in UFT on Page

In UFT,  we can run java script on a page using RunScript method as shown below. This can be very useful to perform operation on a page/element in the page through Java script.


Browser(...).Page(...).runscript("javascript statement")

No comments:

Post a Comment