<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Selenium Webdriver &#8211; MySkillPoint</title>
	<atom:link href="https://myskillpoint.com/category/selenium-webdriver/feed/" rel="self" type="application/rss+xml" />
	<link>https://myskillpoint.com</link>
	<description></description>
	<lastBuildDate>Sun, 01 May 2022 17:18:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://myskillpoint.com/wp-content/uploads/2020/09/fav_15_5899439060.png</url>
	<title>Selenium Webdriver &#8211; MySkillPoint</title>
	<link>https://myskillpoint.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Read XML File in Java Selenium</title>
		<link>https://myskillpoint.com/how-to-read-xml-file-in-java-selenium/</link>
					<comments>https://myskillpoint.com/how-to-read-xml-file-in-java-selenium/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Mon, 30 Aug 2021 14:13:23 +0000</pubDate>
				<category><![CDATA[LeanFT]]></category>
		<category><![CDATA[Selenium Webdriver]]></category>
		<category><![CDATA[Read XML file in Java]]></category>
		<category><![CDATA[Read xml file in selenium]]></category>
		<guid isPermaLink="false">https://myskillpoint.com/?p=13144</guid>

					<description><![CDATA[This article describes the ways to read XML file in Java and get XML node values by providing XML Node names and by giving XPath for the specific XML node element.While automating an application ( using Selenium or LeaFT or Web Services Automation ) at times we need to read test data from a XML [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/how-to-read-xml-file-in-java-selenium/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Convert String to XML and XML to String in Java</title>
		<link>https://myskillpoint.com/convert-string-to-xml-and-xml-to-string-in-java/</link>
					<comments>https://myskillpoint.com/convert-string-to-xml-and-xml-to-string-in-java/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Sun, 29 Aug 2021 15:53:05 +0000</pubDate>
				<category><![CDATA[LeanFT]]></category>
		<category><![CDATA[Selenium Webdriver]]></category>
		<category><![CDATA[Convert String to XML in java]]></category>
		<category><![CDATA[convert XML to String in java]]></category>
		<category><![CDATA[XML File to XML document]]></category>
		<guid isPermaLink="false">https://myskillpoint.com/?p=13076</guid>

					<description><![CDATA[While writing an automation test script, you may encounter situations where you need to convert a string to an XML document and an XML document to a string in Java.In this article, we will learn the following things that will ease your work. Convert a String to XML Document Object in Java Convert an XML [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/convert-string-to-xml-and-xml-to-string-in-java/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Intuitive Way of MySQL Database Testing Using Selenium &#124; LeanFT</title>
		<link>https://myskillpoint.com/mysql-database-testing-using-selenium-leanft/</link>
					<comments>https://myskillpoint.com/mysql-database-testing-using-selenium-leanft/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Sun, 27 Jun 2021 17:47:02 +0000</pubDate>
				<category><![CDATA[LeanFT]]></category>
		<category><![CDATA[Selenium Webdriver]]></category>
		<category><![CDATA[Database testing using Selenium]]></category>
		<category><![CDATA[how to connect mysql database in java using eclipse]]></category>
		<category><![CDATA[How to Read Data from MySQL Database]]></category>
		<category><![CDATA[How to Update MySQL Database Table Using Java]]></category>
		<category><![CDATA[insert record in mysql database in selenium]]></category>
		<category><![CDATA[mysql database connection in java]]></category>
		<category><![CDATA[mysql db connection in selenium]]></category>
		<guid isPermaLink="false">https://myskillpoint.com/?p=11814</guid>

					<description><![CDATA[If you have learned Selenium or LeanFT and want to get your hands dirty on Selenium or LeanFT by creating an automation framework, you must know how to interact with the MySQL database using Selenium and LeanFT because any automation framework is incomplete without MySQL database connectivity. MySQL Database is used for various purposes in [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/mysql-database-testing-using-selenium-leanft/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Read and Write Excel File in Java Selenium Using Apache POI Lib</title>
		<link>https://myskillpoint.com/read-and-write-excel-file-in-java-apache-poi-lib/</link>
					<comments>https://myskillpoint.com/read-and-write-excel-file-in-java-apache-poi-lib/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Mon, 21 Jun 2021 17:42:13 +0000</pubDate>
				<category><![CDATA[LeanFT]]></category>
		<category><![CDATA[Selenium Webdriver]]></category>
		<category><![CDATA[excel spreadsheet]]></category>
		<category><![CDATA[FormulaEvaluator in Apache POI]]></category>
		<category><![CDATA[formulaEvaluator.evaluateInCell in Apache POI Java]]></category>
		<category><![CDATA[read calendar date value using Apache POI]]></category>
		<category><![CDATA[read excel file using apache POI]]></category>
		<category><![CDATA[write excel file using apache POI]]></category>
		<guid isPermaLink="false">https://myskillpoint.com/?p=11667</guid>

					<description><![CDATA[Excel files provide a very convenient way to store data in a structured way and are widely used by both developers and automation testers to perform various operations on excel spreadsheets.  In this article, I’ll show you how to read and write data in excel files in Java using the most preferred and widely used [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/read-and-write-excel-file-in-java-apache-poi-lib/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Page Object Model (POM) &#038; Page Factory in Selenium WebDriver</title>
		<link>https://myskillpoint.com/page-object-model-pom-page-factory-in-selenium-webdriver/</link>
					<comments>https://myskillpoint.com/page-object-model-pom-page-factory-in-selenium-webdriver/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Tue, 26 Jan 2021 11:06:44 +0000</pubDate>
				<category><![CDATA[Selenium Webdriver]]></category>
		<category><![CDATA[page object model in selenium webdriver]]></category>
		<category><![CDATA[Page object model vs page factory]]></category>
		<category><![CDATA[POM in selenium]]></category>
		<category><![CDATA[why page object model]]></category>
		<guid isPermaLink="false">http://myskillpoint.com/?p=10964</guid>

					<description><![CDATA[In this tutorial, we will learn how to use the Page Object Model and Page Factory in Selenium Webdriver with simple examples so that you can understand the things easily and implement them in your project works. What is the Page Object Model (POM) in Selenium? Page Object Model (POM) is a Design Pattern for [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/page-object-model-pom-page-factory-in-selenium-webdriver/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Minimize Browser in Selenium WebDriver</title>
		<link>https://myskillpoint.com/minimize-browser-in-selenium-webdriver/</link>
					<comments>https://myskillpoint.com/minimize-browser-in-selenium-webdriver/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Thu, 21 Jan 2021 17:45:37 +0000</pubDate>
				<category><![CDATA[Selenium Webdriver]]></category>
		<category><![CDATA[how to Minimize Browser in Selenium]]></category>
		<category><![CDATA[Minimize Browser in Selenium]]></category>
		<category><![CDATA[Minimize Browser in Selenium webdriver]]></category>
		<guid isPermaLink="false">http://myskillpoint.com/?p=10910</guid>

					<description><![CDATA[In this tutorial, I will show you how to minimize the browser in Selenium WebDriver if there is a need to do it. Minimize Browser in Selenium WebDriver We know how to maximize the browser window to the full width of the screen using the following command. driver.manage().window().maximize(); Having said that what if you would [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/minimize-browser-in-selenium-webdriver/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Resize Browser In Selenium WebDriver</title>
		<link>https://myskillpoint.com/how-to-resize-browser-in-selenium-webdriver/</link>
					<comments>https://myskillpoint.com/how-to-resize-browser-in-selenium-webdriver/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Thu, 21 Jan 2021 16:36:30 +0000</pubDate>
				<category><![CDATA[Selenium Webdriver]]></category>
		<category><![CDATA[Resize Browser Window]]></category>
		<category><![CDATA[Resize Browser Window in Selenium]]></category>
		<category><![CDATA[Resize Browser Window in Selenium WebDriver]]></category>
		<guid isPermaLink="false">http://myskillpoint.com/?p=10877</guid>

					<description><![CDATA[In this tutorial, I will show you how to Resize Browser in Selenium WebDriver. Suppose you have to test the responsive web design of a web application with respect to different devices like desktop, Mobile Phone, and Tab, etc because the requirement is to check how the different elements on the page render when the [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/how-to-resize-browser-in-selenium-webdriver/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>4 Ways to Refresh Page In Selenium Webdriver</title>
		<link>https://myskillpoint.com/4-ways-to-refresh-page-in-selenium-webdriver/</link>
					<comments>https://myskillpoint.com/4-ways-to-refresh-page-in-selenium-webdriver/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Tue, 19 Jan 2021 17:03:41 +0000</pubDate>
				<category><![CDATA[Selenium Webdriver]]></category>
		<category><![CDATA[driver.get(driver.getCurrentUrl()) Command]]></category>
		<category><![CDATA[driver.navigate.to(driver.getCurrentURL()) Command]]></category>
		<category><![CDATA[driver.navigate().refresh() Command]]></category>
		<category><![CDATA[Refresh Page In Selenium]]></category>
		<category><![CDATA[Refresh Page in Selenium Using Keyboard Events or Send Keys method]]></category>
		<category><![CDATA[Refresh Page In Selenium Webdriver]]></category>
		<guid isPermaLink="false">http://myskillpoint.com/?p=10792</guid>

					<description><![CDATA[In this tutorial, we will learn four different ways to refresh the page in Selenium Webdriver. While automating a web application there may be certain cases wherein you may require to refresh the page. The following scenarios are a few examples. Imagine you are opening a page in Selenium but all the elements are not [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/4-ways-to-refresh-page-in-selenium-webdriver/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Scroll Down or UP a Page in Selenium Webdriver</title>
		<link>https://myskillpoint.com/scroll-down-or-up-in-selenium-webdriver/</link>
					<comments>https://myskillpoint.com/scroll-down-or-up-in-selenium-webdriver/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Sun, 17 Jan 2021 15:44:24 +0000</pubDate>
				<category><![CDATA[Selenium Webdriver]]></category>
		<category><![CDATA[how to automate scrollbar in selenium]]></category>
		<category><![CDATA[Scroll Down in selenium]]></category>
		<category><![CDATA[Scroll Down or UP]]></category>
		<category><![CDATA[Scroll Down or UP a page in selenium]]></category>
		<category><![CDATA[scroll up in selenium]]></category>
		<guid isPermaLink="false">http://myskillpoint.com/?p=10727</guid>

					<description><![CDATA[In this tutorial, we will see how to scroll down or up a page in Selenium WebDriver. We do see Scrollbar on a web page if the entire page doesn&#8217;t fit in the screen and it&#8217;s a very common thing that we see with all web applications. A Scrollbar allows us to move around the [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/scroll-down-or-up-in-selenium-webdriver/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Handle iFrame in Selenium WebDriver</title>
		<link>https://myskillpoint.com/handle-iframe-in-selenium-webdriver/</link>
					<comments>https://myskillpoint.com/handle-iframe-in-selenium-webdriver/#respond</comments>
		
		<dc:creator><![CDATA[Sarfaraz]]></dc:creator>
		<pubDate>Sat, 16 Jan 2021 18:42:05 +0000</pubDate>
				<category><![CDATA[Selenium Webdriver]]></category>
		<category><![CDATA[driver.switchTo().frame() in Selenium]]></category>
		<category><![CDATA[Handle iFrame in Selenium WebDriver]]></category>
		<category><![CDATA[iframe in selenium]]></category>
		<category><![CDATA[Switch Back to Main Page in selenium]]></category>
		<category><![CDATA[switch to iframes in selenium]]></category>
		<guid isPermaLink="false">http://myskillpoint.com/?p=10561</guid>

					<description><![CDATA[In this tutorial, we will discuss what is an iframe and different ways to handle iframe in Selenium Webdriver. What is iFrame in Selenium WebDriver? The iframe is also known as Inline Frame is a webpage embedded inside the parent HTML document. It is defined with the &#60;iframe&#62; tag as shown below. The following is a [&#8230;]]]></description>
		
					<wfw:commentRss>https://myskillpoint.com/handle-iframe-in-selenium-webdriver/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</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 101/161 queries in 0.060 seconds using Disk (Request-wide modification query)

Served from: myskillpoint.com @ 2026-06-16 22:34:04 by W3 Total Cache
-->