How to locate an element by partially comparing its attributes in XPath

0 votes
How to locate an element by partially comparing its attributes in XPath?
Jun 21, 2019 in Selenium by Lakshya

edited Jun 22, 2019 4,729 views

1 answer to this question.

0 votes

Hey Lakshya, you can locate an element by partially comparing its attributes in XPath, as XPath supports the contains() method. It allows partial matching of attribute’s value and thus helps when the attributes use dynamic values while having some fixed part. See the below example to understand better:

xPath usage => //*[contains(@section, 'mobiles')]

The above expression would match all values of section attribute having the word ‘mobiles’ in them.

answered Jun 24, 2019 by Abha
• 28,140 points

Related Questions In Selenium

0 votes
1 answer

How to select an Object by its class in Selenium?

When it comes to Selenium, XPath will ...READ MORE

answered Apr 14, 2018 in Selenium by king_kenny
• 3,710 points
763 views
0 votes
1 answer

How to locate an element by tagname?

TagName can be used with Group elements ...READ MORE

answered Jan 17, 2019 in Selenium by Frankie
• 9,830 points
834 views
0 votes
5 answers

How to use JavaScript in selenium to click an Element?

WebElement element = driver.findElement(By.id("id")); JavascriptExe ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
69,394 views
0 votes
1 answer
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,749 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,620 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,697 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,560 views
0 votes
1 answer

How to stop test execution in Selenium if an error occured?

Hey Fatima, if you are using any ...READ MORE

answered Jul 4, 2019 in Selenium by Abha
• 28,140 points
10,666 views
0 votes
1 answer

How to insert a file in Attach File in Gmail by selenium java ?

Hey Siva, to insert a file in ...READ MORE

answered Jul 17, 2019 in Selenium by Abha
• 28,140 points
2,782 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP