How is it possible that after I log in to a website which uses CAPTCHA, my WPF application take some input from me and fill some fields of that websit

  • Thread starter Thread starter Dark and Sad
  • Start date Start date
D

Dark and Sad

Guest
so basically I want my 3rd party program (which will be created using c# on WPF) be an interface between the user and that site. Using WebBrowser class I wanna load the login page and after the user logged in(and passed CAPTCHA), he/she will fill some fields in the program, and the program will use those data to fill the website fields.

after the user logged in to that website how can my program use his/her cookies to be able to access his/her profile to fill its fields?

Continue reading...
 
Back
Top