How to Locate & Find Elements - SELENIUM

Locating Elements

Some Objects on web page:

  • checkbox
  • radio button
  • link
  • dropdown
  • text field
  • text area
  • button

Examples of Elements on Html page:

  • Input
  • button
  • form
  • span
  • ol
  • ul
  • a
Get interview-ready with this tutorial on most popular Selenium interview questions and best ways to answer them.

Attributes for elements :

  • name
  • id
  • href
  • title
  • value
  • class

Locating elements by ID

Screenshot_26

Here i want to type so the command will be…
Type  id=search

Accelerate your career with Best Selenium Training and become expertise in Selenium.

MindMajix Youtube Channel

Finding elements by name:

I want to click on search button…below is the command

 

The code for identify search box with NAME:
Type name=q

Finding elements by link text:

link=Gear

Explore Selenium Sample Resumes! Download & Edit, Get Noticed by Top Employers!Download Now!

 

Job Support Program

Online Work Support for your on-job roles.

jobservice

Our work-support plans provide precise options as per your project tasks. Whether you are a newbie or an experienced professional seeking assistance in completing project tasks, we are here with the following plans to meet your custom needs:

  • Pay Per Hour
  • Pay Per Week
  • Monthly
Learn MoreGet Job Support
Course Schedule
NameDates
Selenium Training Nov 19 to Dec 04View Details
Selenium Training Nov 23 to Dec 08View Details
Selenium Training Nov 26 to Dec 11View Details
Selenium Training Nov 30 to Dec 15View Details
Last updated: 28 Sep 2024
About Author

 

Madhuri is a Senior Content Creator at MindMajix. She has written about a range of different topics on various technologies, which include, Splunk, Tensorflow, Selenium, and CEH. She spends most of her time researching on technology, and startups. Connect with her via LinkedIn and Twitter .

read less
  1. Share:
Selenium Articles