<?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: Function Overloading in Automation	</title>
	<atom:link href="https://udzial.com/function-overloading-in-automation/feed/" rel="self" type="application/rss+xml" />
	<link>https://udzial.com/function-overloading-in-automation/</link>
	<description>Udzial Means Share - To share some tips and tricks with everyone in KISS (Keep It Simple Stupid) form.  (  bit.ly/khuranagaurav )</description>
	<lastBuildDate>Fri, 03 Feb 2023 13:52:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Gaurav Khurana		</title>
		<link>https://udzial.com/function-overloading-in-automation/#comment-1895</link>

		<dc:creator><![CDATA[Gaurav Khurana]]></dc:creator>
		<pubDate>Fri, 03 Feb 2023 13:52:07 +0000</pubDate>
		<guid isPermaLink="false">https://udzial.com/?p=1317#comment-1895</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://udzial.com/function-overloading-in-automation/#comment-1894&quot;&gt;renuka&lt;/a&gt;.

Hi Renuka, Thank you for taking to read through this. Wrapper methods we create generally in framework to make the work of people using it easy.

For example in automation , for findinganelement you can find by just passing text, by just passing By or by passing a webelement. So you can create 3 methods.

All methods will have the same name  findelement but parameters would be different ( by , text , webElement) , so its function overloading used in a good way.
findElementsBy(by) / findElementsBy(text) / findElementBy(Webelement) 

so for you its one name, findElementsBy. So you have wrapper findElement function of selenium via creating 3 methods findElementsBy]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://udzial.com/function-overloading-in-automation/#comment-1894" data-wpel-link="internal">renuka</a>.</p>
<p>Hi Renuka, Thank you for taking to read through this. Wrapper methods we create generally in framework to make the work of people using it easy.</p>
<p>For example in automation , for findinganelement you can find by just passing text, by just passing By or by passing a webelement. So you can create 3 methods.</p>
<p>All methods will have the same name  findelement but parameters would be different ( by , text , webElement) , so its function overloading used in a good way.<br />
findElementsBy(by) / findElementsBy(text) / findElementBy(Webelement) </p>
<p>so for you its one name, findElementsBy. So you have wrapper findElement function of selenium via creating 3 methods findElementsBy</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: renuka		</title>
		<link>https://udzial.com/function-overloading-in-automation/#comment-1894</link>

		<dc:creator><![CDATA[renuka]]></dc:creator>
		<pubDate>Wed, 01 Feb 2023 18:40:09 +0000</pubDate>
		<guid isPermaLink="false">https://udzial.com/?p=1317#comment-1894</guid>

					<description><![CDATA[hi, can you please explain wrapper method?
thanks.]]></description>
			<content:encoded><![CDATA[<p>hi, can you please explain wrapper method?<br />
thanks.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
