What are all the possible unique locators to identify the "Last Name" input field?

<html>
<head>
<title>Login Portal<title>
</head>
<body>
<form id="loginForm">
<input id="Fname" name="name" type="text" value="First Name" />
<input id="Lname" name="name" type="text" value="Last Name" />
<input id="mail" name="email" type="text" value="Business Email" />
<input name="password" type="password" />
<input name="continue" type="submit" value="Sign Up" />
</form>
</body>
<html>

Xpath
Name
Id
Tagname
Verified Answer
Correct Option - ace

To get all Infosys Certified Selenium with Python Automation Tester Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram