Welcome Guest Search | Active Topics | Sign In | Register

Automation testing using Coded UI of EO.WebBrowser Options
Nazia
Posted: Monday, February 19, 2018 1:57:13 AM
Rank: Newbie
Groups: Member

Joined: 2/19/2018
Posts: 3
Hi,

We are using EO.WebBrowser control in our product and we need to have an UI automation(Coded UI) on web page opened in EO.WebBrowser.
But when we spy the controls on EO.WebBrowser, their id and name attributes are not getting detected.

Please suggest any way to do the Coded UI Automation in EO.WebBrowser

Advance thanks!
eo_support
Posted: Wednesday, February 21, 2018 10:13:31 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

I am not sure if you meant by controls inside the web page loaded by EO.WebBrowser control. If that's what you meant, then I do not believe it's possible. Code UI test for web pages are integrated with Microsoft's WebControl, not other third party web browser control. If you need to test web page loaded by EO.WebBrowser control, you can use JavaScript code to automate the page, then use EO.WebBrowser.WebView.EvalScript to run the JavaScript code to perform the test. You may also modify your code UI test builder generated code to add such custom code so that it can be a part of your test project.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.