Forum Discussion
Hi,
> Is Testcomplete compatible with Angular Material?
Yes, it is. TestComplete is compatible with any library that produces html markup. Fantastic description from LinoTadros can be found here: https://community.smartbear.com/t5/TestComplete-Functional-Web/TestComplete-9-3-Does-it-support-kendoUI/m-p/81168#M17730
> Does Testcomplete not support custom html tags?
If I remember it correctly, anyone can introduce any tag and use it in the html markup. Browsers just ignore non-standard tags and it is up to your page script code how to treat and handle them (e.g. as combo-box, as an option button, etc.).
TestComplete provides some support for the most popular libraries but in most cases it is your responsibility to figure out how to identify such custom elements and how to handle them. Just because all native handling of such custom html tags is provided by custom script code that can be altered at any moment by its author.
- Mpho_Mogapi6 years agoOccasional Contributor
Thanks for the reply AlexKaras , I will conclude that the current Testcomplete does not have support for Angular Material framework . It has full support for standard html components including the specified ones specified on the page https://support.smartbear.com/testcomplete/docs/general-info/supported-technologies/controls/index.html only .
Regards.
- AlexKaras6 years agoChampion Level 3
Hi,
> It has full support for standard html components [...] only .
Not exactly ;)
You may consider also https://support.smartbear.com/testcomplete/docs/app-testing/web/web-components/custom-elements.html and https://support.smartbear.com/testcomplete/docs/app-testing/web/general/object-identification/using-custom-attributes.html options.
- Mpho_Mogapi6 years agoOccasional Contributor
Hi ,
Please go to the link https://material.angular.io/components/select/overview and try to spy on the select item and show me a screenprint like so
on the two select elements below the Basic select heading.
Related Content
- 2 years ago
Recent Discussions
- 6 hours ago
- 7 hours ago
- 12 hours ago