How will you locate the element using its “Click Payment History” text using XPATH & CSS?
<html>
<head>
<title>My Account</title>
</head>
<body>
<table>
<tr><td>John</td></tr>
<tr><td>Shield</td></tr>
</table>
<div>Click Payment History</div>
</body>
</html>