<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: All about 8 Locators in Selenium Webdriver with Examples	</title>
	<atom:link href="https://myskillpoint.com/locators-in-selenium-webdriver-with-examples/feed/" rel="self" type="application/rss+xml" />
	<link>https://myskillpoint.com/locators-in-selenium-webdriver-with-examples/</link>
	<description></description>
	<lastBuildDate>Tue, 19 Oct 2021 19:46:40 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.6</generator>
	<item>
		<title>
		By: Sarfaraz Ansari		</title>
		<link>https://myskillpoint.com/locators-in-selenium-webdriver-with-examples/#comment-460</link>

		<dc:creator><![CDATA[Sarfaraz Ansari]]></dc:creator>
		<pubDate>Tue, 19 Oct 2021 19:46:40 +0000</pubDate>
		<guid isPermaLink="false">https://myskillpoint.com/?p=2645#comment-460</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://myskillpoint.com/locators-in-selenium-webdriver-with-examples/#comment-451&quot;&gt;Noble&lt;/a&gt;.

Hi Noble

Thanks for putting this question.
The core working mechanism of locators is the same in each of the languages supported by Selenium. However, there could be minor differences in the syntax of the find element methods. The syntax of the &quot;find element&quot; method is as follows in the Python programming language. 

find_element_by_id(&quot;locator value&quot;)
find_element_by_name(&quot;locator value&quot;)
find_element_by_xpath(&quot;locator value&quot;)
find_element_by_link_text(&quot;locator value&quot;)
find_element_by_partial_link_text(&quot;locator value&quot;)
find_element_by_tag_name(&quot;locator value&quot;)
find_element_by_class_name(&quot;locator value&quot;)
find_element_by_css_selector(&quot;locator value&quot;)

Whatever things have been discussed in this post, you can apply the same logic in Python as well by just changing the method name for finding the elements in Python. The same thing also applies to articles like CSS Selectors, and XPath. You just have to understand their working principles.

However, for exclusive Selenium tutorials on Python, you can refer to any blog that you find informative and useful.]]></description>
			<content:encoded><![CDATA[<p>In reply to Noble.</p>
<p>Hi Noble</p>
<p>Thanks for putting this question.<br />
The core working mechanism of locators is the same in each of the languages supported by Selenium. However, there could be minor differences in the syntax of the find element methods. The syntax of the &#8220;find element&#8221; method is as follows in the Python programming language. </p>
<p>find_element_by_id(&#8220;locator value&#8221;)<br />
find_element_by_name(&#8220;locator value&#8221;)<br />
find_element_by_xpath(&#8220;locator value&#8221;)<br />
find_element_by_link_text(&#8220;locator value&#8221;)<br />
find_element_by_partial_link_text(&#8220;locator value&#8221;)<br />
find_element_by_tag_name(&#8220;locator value&#8221;)<br />
find_element_by_class_name(&#8220;locator value&#8221;)<br />
find_element_by_css_selector(&#8220;locator value&#8221;)</p>
<p>Whatever things have been discussed in this post, you can apply the same logic in Python as well by just changing the method name for finding the elements in Python. The same thing also applies to articles like CSS Selectors, and XPath. You just have to understand their working principles.</p>
<p>However, for exclusive Selenium tutorials on Python, you can refer to any blog that you find informative and useful.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Noble		</title>
		<link>https://myskillpoint.com/locators-in-selenium-webdriver-with-examples/#comment-451</link>

		<dc:creator><![CDATA[Noble]]></dc:creator>
		<pubDate>Mon, 18 Oct 2021 22:39:05 +0000</pubDate>
		<guid isPermaLink="false">https://myskillpoint.com/?p=2645#comment-451</guid>

					<description><![CDATA[is this article meant for java or python?

i am a python automation practioneer and ill appreciate it if you could point me to other educational materials, thank you.]]></description>
			<content:encoded><![CDATA[<p>is this article meant for java or python?</p>
<p>i am a python automation practioneer and ill appreciate it if you could point me to other educational materials, thank you.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Database Caching 1/127 queries in 0.106 seconds using Disk (Request-wide modification query)

Served from: myskillpoint.com @ 2026-09-17 11:11:18 by W3 Total Cache
-->