Hi All,
I try to check some contents of a internal site. But I struggle a bit with formatting the content. So the content I want to check is "Copyright @ 2024 SAP SE. All rights reserved.". When I load the page in the browser I can see its there, and from the browsers dev tools I can see its set as one string. In the check content field I tried putting it in the following formats;
Copyright @ 2024 SAP SE. All rights reserved.
"Copyright @ 2024 SAP SE. All rights reserved."
("Copyright @ 2024 SAP SE. All rights reserved.")
(Copyright @ 2024 SAP SE. All rights reserved.)
<div class="login_copyright" id="login_copyright">Copyright @ 2024 SAP SE. All rights reserved.</div>
But on all of them the result is, Bad content.
I can't help but feeling I need to format it right, but I don't know.
URL request Check Contents
Re: URL request Check Contents
1) First you should check what exactly data provided by web server. May be there are completely different data, may be just some script that loads data from different source. May be special codes used for characters like @
Press CTRL+U if you are using Chrome or Firefox; use menu View->Source in Internet Explorer.
2) If you are using "should contain" test option and there are just ANSI characters then just copy and paste text into HostMonitor. Do not add ", ', ) ( or anything else, unless you set "use expression" mode
Regards
Alex
Press CTRL+U if you are using Chrome or Firefox; use menu View->Source in Internet Explorer.
2) If you are using "should contain" test option and there are just ANSI characters then just copy and paste text into HostMonitor. Do not add ", ', ) ( or anything else, unless you set "use expression" mode
Regards
Alex