This page is for you to experiment XPath

You may try to isolate the price with one of the folowing xpath: The price of item is: 100 EUR

You managed to get the price above? Try now to find a smart way to isolate the price below, which come from a real website:
449.–


Now it should be easy to extract the value of the Baltic Exchange Dry Index:

BDIY:IND
BDI Baltic Exchange Dry Index

1,356.00 USD
+19.00 +1.42%
The data exposed by the lab is not protected by MySpector, it is possible that the website you target cares about session and cookies. To avoid issues most of the time you can copy paste in the Header field of MySpector the data available in your developer tool : Network/Headers/Request Headers (copy full content as raw)

Solution to Challenge 1

Start to create a target with type Http and Uri of zeLab

Use the HtmlXpath and insert the XPath value.
Add a TextToNumber Xtrax so that the checker will process numbers.
Add any check you want to trigger or not a notification, here because I know the data extracted is 100 if I check if it is equal to 100, a notification will be triggered.
Add one or several notifications to check that you are notified.
Once the manual execution is finished the report shows the status and because the check Outcome is marked as true, the notification is executed.
You can download the raw file at bottom of report to see the data passed into the first Xtrax module.