WebUI
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
WebUI
Does TestComplete support automation of WebUI browers? We have a Shell UI application that uses WebUUI with Angular. Currently when I try and create automation, it will only run through it within sec's becuase there are no objects to connect to. It seems like the only way to do it is to add timeouts, which are very difficult to predict.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
> WebUI browers [...] Shell UI application that uses WebUUI [...]
Can you clarify/provide a sample what you are talking about?
In general, TestComplete supports automation of web pages rendered both in desktop browsers and in web controls of desktop applications. As well as hybrid mobile applications.
To automate web pages rendered in iOS/native mobile browsers one must use Cross-Platform and Cloud functionality of TestComplete (which requires separate licensing).
/Alex [Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not sure if I replied to your reply or not.
We install a shell that acts like a browser. It uses Electron that run on Angular which is a Java script language. In talking to the Dev, the buttons don't have objects, but they do have names that we might be able to find and click on it that way. Here is a snip-it of our code representing this. (also see attachment)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
As this is Electron application, check if this help section helps: https://support.smartbear.com/testcomplete/docs/app-testing/web/electron/about.html
/Alex [Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
