Two Questions About Web UI Automation
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all... I am testing a web application using C#, i am creating an automated test and i managed to click images, buttons, and links on the web page using MSHTML library, but i have two questions: 1. How can i move the mouse pointer to the button or the image or anything i click? 2. How can i select from a dropdown menu (combobox)? Any help is really appreciated Thanks in advance Waleed Thanks