Skip to content

wizenoze/xpath_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

XPath Challenge

Setup

  • If git is installed: git clone git@github.com:wizenoze/xpath_challenge.git
  • If not, click here to download a .zip file with repository's content.

Part 1

Open easy.html.
It's a pretty simple html page which follows the Open Graph protocol. Which XPath expression can we use to extract Open Graph title?

Part 2

Open hard.html.
We want to extract the same property as in easy.html but it doesn't exist.
In this case (if opengraph title doesn't exist), extracted text should be just Doe.

Validation: XPath expression for Part 1 should return: John and the same expression should return Doe for Part 2.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages