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

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -