0

In each monkeytalk project, there exists a MonkeyTalkAPI.js file in the "lib" folder. It is same for all the projects. WHat does this file actually do?

To run a javascript file, we need a browser. SO how does this file get executed?

DesirePRG
  • 6,122
  • 15
  • 69
  • 114

1 Answers1

1

It declares common objects (Device, Application, Script etc.) that are used by your xxxMTTest.js

fo2rist
  • 1,903
  • 15
  • 22