<?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>wda</title>
	<atom:link href="https://robotqa.com/tag/wda/feed/" rel="self" type="application/rss+xml" />
	<link>https://robotqa.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 31 May 2024 09:17:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>
	<item>
		<title>Basics of Webdriveragent Appium iOS testing</title>
		<link>https://robotqa.com/blog/webdriveragent-ios-testing/</link>
		
		<dc:creator><![CDATA[RobotQA]]></dc:creator>
		<pubDate>Fri, 31 May 2024 09:17:05 +0000</pubDate>
				<category><![CDATA[Automation Testing]]></category>
		<category><![CDATA[appium ios]]></category>
		<category><![CDATA[ios testing]]></category>
		<category><![CDATA[wda]]></category>
		<category><![CDATA[webdriveragent]]></category>
		<guid isPermaLink="false">https://robotqa.com/blog/?p=275</guid>

					<description><![CDATA[About WebdriverAgent  Webdriver agent (WDA)  is an open-source project used for iOS automation testing by Appium. This project is responsible for actions ie. clicking, swiping, tapping. Initially started by Facebook (Github link), the project has been archived, and now the...]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-277" src="http://blog.robotqa.com/wp-content/uploads/2024/05/2024053109164832.png" alt="wda-xcode" width="3024" height="1994" srcset="https://blog.robotqa.com/wp-content/uploads/2024/05/2024053109164832.png 3024w, https://blog.robotqa.com/wp-content/uploads/2024/05/2024053109164832-300x198.png 300w, https://blog.robotqa.com/wp-content/uploads/2024/05/2024053109164832-1024x675.png 1024w, https://blog.robotqa.com/wp-content/uploads/2024/05/2024053109164832-768x506.png 768w, https://blog.robotqa.com/wp-content/uploads/2024/05/2024053109164832-1536x1013.png 1536w, https://blog.robotqa.com/wp-content/uploads/2024/05/2024053109164832-2048x1350.png 2048w" sizes="(max-width: 3024px) 100vw, 3024px" /></p>
<p><strong>About WebdriverAgent </strong></p>
<p>Webdriver agent (WDA)  is an open-source project used for iOS automation testing by Appium. This project is responsible for actions ie. clicking, swiping, tapping. Initially started by Facebook (Github <a href="https://github.com/facebookarchive/WebDriverAgent">link</a>), the project has been archived, and now the Appium team continues development in a new <a href="https://github.com/appium/WebDriverAgent">repo</a>. We strongly recommend both installing WebDriverAgent manually before iOS testing and Appium WDA configuration. That is why Appium will attempt to install its own WDA inside node modules <span class="s1"><strong>appium-xcuitest-driver/node_modules/appium-webdriveragent</strong>. So that, you have to configure WDA (the same steps of manual configuration) inside of Appium before testing.</span></p>
<p><strong>How to Install WDA</strong></p>
<p>Firstly, download the WDA Release <a href="https://github.com/appium/WebDriverAgent/releases">package</a>.</p>
<p><strong><em>NOTE: </em></strong>Do not clone the repo. Sometimes, pre-release commits cause the unexpected behavior during testing.</p>
<p>After that, firstly we have to configure &#8220;Signing &amp; Capabilities&#8221; of <strong>WebDriverAgentRunner</strong> and <strong>WebDriverAgentLib</strong> targets. Select your Team signing option and build the WebDriverAgentRunner project: Product&#8211;&gt;Build For&#8211;&gt;Testing.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-276" src="http://blog.robotqa.com/wp-content/uploads/2024/05/202405310915498.jpg" alt="wda-ios-testing" width="4284" height="5712" /></p>
<p>Building WDA can be stressful and challenging. If you encounter any issues, please contact us, and we will share a blog about it.</p>
<p>Once the project build is finished, install WDA on your device. To install WDA, go to Product&#8211;&gt;Perform Action&#8211;&gt;Test Without Building option. This will install WDA to your device and start WDA server (default port is: 8100). You will see the &#8220;Automation Running&#8221; interface on your device screen, indicating that you have successfully configured and installed WDA on your phone. Do not forget to follow the same steps for Appium WDA <span class="s1"><strong>appium-xcuitest-driver/node_modules/appium-webdriveragent. </strong>Now you are ready for Appium iOS testing. </span></p>
<p>Happy Testing</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
