Skip to main content
Nintex Community Menu Bar

Kryon: Run Program-Run Java script on a web page / Run Script

  • December 16, 2022
  • 1 reply
  • 343 views

Forum|alt.badge.img+7

Dear team,

How the run these two action on kryon studio (Run Java script on a web page / Run Script)?, i tired and seem not to be working.

 

Kindly assist with this

1 reply

Forum|alt.badge.img+2
  • Rookie
  • January 12, 2023

With Run Javascript on a web page, you can run javascript codes to interac with a webpage elements. Very basic examples would be clicking a button, inputing/copying text, etc in a webpage. You need to have some knowdledge of HTML, Javascript and how to inspect web elements. Following is an example of copying text from web using element’s id:

 

Run Script command can be used to run codes written in other languages, such as Python, JScript, etc.