I want to Find the XPATH/CSS locator to extract the text from the following structure. Kindly help.
<div class="page-header song-wrap">
<div class="art solo-art">
<div class="meta-info">
<h1 class="page-title">
Zehnaseeb
I want to give the locator/XPATH so that it can return the text "Zehnaseeb" (In this case)
This did not yield any result,
driver.findElement(By.xpath(".//*[@id='main']/div/section/div[1]/div[2]/h1")).getText();