cerberus-core
cerberus-core copied to clipboard
HTML page considered as XML in SRV application type
Describe the bug
I would like to call a service that returns an HTML page and parse this page, so I can create a property from an element of this page.
The issue is that the HTML is detected as a XML with the "SRV" or "GUI" application type even with if the tag is present. Also, the calculate property is still in progress even if the execution is closed.
How to reproduce
- Add a service with google.com as a path
- Add it to a testcase and launch it
- Verify that the document type is XML
=> impossible to use xpath