[Solved] How do i automate the process of filling up forms through software? [closed]


Selenium is a a Firefox plugin to record, edit and playback scripts to test web pages. If you create a test with junk input then you can use it to see how the form handles it.

What’s nice is that you can save a test and run it later to quickly see the effects of a code change.

2

solved How do i automate the process of filling up forms through software? [closed]