TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Karthi Keyan
1k
755
236.9k
How to capture Pop-up window in WebBrowser in c#
Jul 17 2017 1:08 AM
Hi,
I am developing a Tool that want to open a webpage, login into that, Click Create issue button, when the button clicks the new Pop-up window is opening. i The tool want to fill the details by it self. then it should click the submit button.
I complete untill click the create issue button. I am using the WebBrowser. i capture the html code using Webbrowser.Document. Now my problem is, i cant get the Pop-up window code. That's a issue feed Window. I don't know how to get that code in webbrowser.Document. can any one help me.
I am using c#.
Thankz in Advance.
Reply
Answers (
1
)
How to create a folder in client machine
When to use the Task.Run and TaskFactory.StartNew()