automation - What is a method to learn to automate web browser functions? -


i trying learn how create program automate web browser functions filling out forms clicking buttons. program must able run multiple tasks @ 1 time.

for example: fill out form on 2 pages @ same time. did research , found have use c language , asp.net. speed factor well. program must able automate functions extremely quickly.

any appreciated.

you selenium. selenium supports several browsers & many languages. http://docs.seleniumhq.org/about/platforms.jsp#programming-languages

your other option send curl requests address forms sending data to.

it depends on forms method above simpler.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -