D
D
Den Den2016-10-06 13:23:05
visual studio
Den Den, 2016-10-06 13:23:05

How to work on the web with buttons in a Visual C# project?

1) How to create a project in Visual C# that could click a specific button on a specific site (without using the mouse)?
2) How to create a project in Visual C# that could fill in certain fields on a certain site?
(skin the program code please)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Kovalsky, 2016-10-06
@dmitryKovalskiy

1) Create a WebForms (WPF if you want) application.
2) Insert the WebBrowser component into it.
3) Go to the site you need.
4) stackoverflow.com/questions/4517460/how-to-execute...

M
MrDywar Pichugin, 2016-10-06
@Dywar

selenium

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question