0

I wrote a code and automated one website where I fill the input fields automatically and click submit...Now I want that code to make an application. So that I can fill the fields of whatever content I need through that application. Can I do that, I mean make an application?

Gopi Nath
  • 3
  • 4

1 Answers1

0

Depends on the programming language, it is possible to convert your code into a standalone installer.

If you used Python, there's a good explanation available here. For Java, here.

Naveen
  • 692
  • 12
  • 22