Getting \n as text rather than actual string from the Search field of Chrome and Safari browser on iOS

I am trying to read the text from the search field of the Chrome/Safari browser but getting \n from the textbox even though the text box has string Leapwork.
Please see the logs below:

[e0290aa1][HTTP] <-- GET /wd/hub/session/e0290aa1-47f0-4002-b63e-e8c75eee067c/element/01090000-0000-0000-A302-000000000000/rect 200 205 ms - 101
[e0290aa1][HTTP] --> GET /wd/hub/session/e0290aa1-47f0-4002-b63e-e8c75eee067c/element/01090000-0000-0000-A302-000000000000/text {}
[e0290aa1][XCUITestDriver@12f2] Driver proxy active, passing request on via HTTP proxy
[e0290aa1][XCUITestDriver@12f2] Executing command 'proxyReqRes'
[e0290aa1][XCUITestDriver@12f2] Matched '/wd/hub/session/e0290aa1-47f0-4002-b63e-e8c75eee067c/element/01090000-0000-0000-A302-000000000000/text' to command name 'getText'
[e0290aa1][XCUITestDriver@12f2] Proxying [GET /wd/hub/session/e0290aa1-47f0-4002-b63e-e8c75eee067c/element/01090000-0000-0000-A302-000000000000/text] to [GET http://127.0.0.1:8100/session/5DF4A6EA-8FB6-4BD0-827A-D33AEC31A3FE/element/01090000-0000-0000-A302-000000000000/text] with no body
[e0290aa1][XCUITestDriver@12f2] Got response with status 200: {"value":"\n","sessionId":"5DF4A6EA-8FB6-4BD0-827A-D33AEC31A3FE"}
[e0290aa1][XCUITestDriver@12f2] Replacing sessionId 5DF4A6EA-8FB6-4BD0-827A-D33AEC31A3FE with e0290aa1-47f0-4002-b63e-e8c75eee067c

I am using below devices and configurations:
iphone 14 - iOS 17.6.1
Xcode - 15.3
Appium - 2.11.1

Also, we are doing below in the code:
var text = options.NeedPressEnter ? options.Text + “\n” : options.Text;
This is being done to simulate Press Enter
@mykola-mokhnach @wreed -could you please help me on this ?

Nothing obvious from your description. You do have a mismatch between Xcode and iOS, release notes from iOS 17.6:

So would probably be a good idea in general to update to at least Xcode 15.4.

This really depends on webpage. If you can share it please do, but if not there are many ways to add some kind of label that isn’t really text to an element. If that’s the case, it may look like there is text to your eye, but Appium/Selenium will not see it because it’s not in .Text. Not enough information on my end to say either way.

Hi @wreed I have updated the Xcode to 15.4 version.
Please find below the webpage source:

<?xml version="1.0" encoding="UTF-8"?>
<AppiumAUT>
	<XCUIElementTypeApplication type="XCUIElementTypeApplication" name="Chrome" label="Chrome" enabled="true" visible="true" accessible="false" x="0" y="0" width="390" height="844" index="0">
		<XCUIElementTypeWindow type="XCUIElementTypeWindow" name="0" enabled="true" visible="true" accessible="false" x="0" y="0" width="390" height="844" index="0">
			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="97" index="0" />
			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="0" width="390" height="844" index="1">
				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="0" width="390" height="844" index="0">
					<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="0" width="390" height="844" index="0">
						<XCUIElementTypeScrollView type="XCUIElementTypeScrollView" name="kTabGridScrollViewIdentifier" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="844" index="0">
							<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="-390" y="0" width="1170" height="844" index="0">
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="-390" y="0" width="390" height="844" index="0" />
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="844" index="1">
									<XCUIElementTypeCollectionView type="XCUIElementTypeCollectionView" name="kRegularTabGridIdentifier" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="844" index="0">
										<XCUIElementTypeCell type="XCUIElementTypeCell" name="GridCellIdentifierPrefix0" label="Chhattisgarh: Chakradhar festival to conclude in Raigarh today - Hindustan Times" enabled="true" visible="false" accessible="true" x="16" y="-166" width="171" height="228" index="0">
											<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="-166" width="171" height="228" index="0">
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="-166" width="171" height="32" index="0">
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="globe.americas.fill" label="globe.americas.fill" enabled="true" visible="false" accessible="false" x="25" y="-158" width="16" height="16" index="0" />
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Chhattisgarh: Chakradhar festival to conclude in Raigarh today - Hindustan Times" name="Chhattisgarh: Chakradhar festival to conclude in Raigarh today - Hindustan Times" label="Chhattisgarh: Chakradhar festival to conclude in Raigarh today - Hindustan Times" enabled="true" visible="false" accessible="false" x="50" y="-158" width="111" height="16" index="1" />
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="xmark" label="Close" enabled="true" visible="false" accessible="false" x="164" y="-157" width="15" height="14" index="2" />
												</XCUIElementTypeOther>
												<XCUIElementTypeButton type="XCUIElementTypeButton" name="GridCellCloseButtonIdentifier" enabled="true" visible="false" accessible="false" x="155" y="-166" width="32" height="32" index="1">
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" enabled="true" visible="false" accessible="false" x="155" y="-166" width="0" height="0" index="0" />
												</XCUIElementTypeButton>
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="-134" width="171" height="196" index="2">
													<XCUIElementTypeImage type="XCUIElementTypeImage" enabled="true" visible="false" accessible="false" x="16" y="-134" width="171" height="294" index="0" />
												</XCUIElementTypeOther>
											</XCUIElementTypeOther>
										</XCUIElementTypeCell>
										<XCUIElementTypeCell type="XCUIElementTypeCell" name="GridCellIdentifierPrefix1" label="Untitled" enabled="true" visible="false" accessible="true" x="203" y="-166" width="171" height="228" index="1">
											<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="203" y="-166" width="171" height="228" index="0">
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="203" y="-166" width="171" height="32" index="0">
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="globe.americas.fill" label="globe.americas.fill" enabled="true" visible="false" accessible="false" x="212" y="-158" width="16" height="16" index="0" />
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Untitled" name="Untitled" label="Untitled" enabled="true" visible="false" accessible="false" x="237" y="-158" width="111" height="16" index="1" />
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="xmark" label="Close" enabled="true" visible="false" accessible="false" x="351" y="-157" width="15" height="14" index="2" />
												</XCUIElementTypeOther>
												<XCUIElementTypeButton type="XCUIElementTypeButton" name="GridCellCloseButtonIdentifier" enabled="true" visible="false" accessible="false" x="342" y="-166" width="32" height="32" index="1">
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" enabled="true" visible="false" accessible="false" x="342" y="-166" width="0" height="0" index="0" />
												</XCUIElementTypeButton>
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="203" y="-134" width="171" height="196" index="2">
													<XCUIElementTypeImage type="XCUIElementTypeImage" enabled="true" visible="false" accessible="false" x="203" y="-134" width="171" height="294" index="0" />
												</XCUIElementTypeOther>
											</XCUIElementTypeOther>
										</XCUIElementTypeCell>
										<XCUIElementTypeOther type="XCUIElementTypeOther" name="GridBackgroundIdentifier" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="844" index="2" />
										<XCUIElementTypeCell type="XCUIElementTypeCell" name="GridCellIdentifierPrefix2" label="Untitled" enabled="true" visible="false" accessible="true" x="16" y="78" width="171" height="228" index="3">
											<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="78" width="171" height="228" index="0">
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="78" width="171" height="32" index="0">
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="globe.americas.fill" label="globe.americas.fill" enabled="true" visible="false" accessible="false" x="25" y="86" width="16" height="16" index="0" />
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Untitled" name="Untitled" label="Untitled" enabled="true" visible="false" accessible="false" x="50" y="86" width="111" height="16" index="1" />
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="xmark" label="Close" enabled="true" visible="false" accessible="false" x="164" y="87" width="15" height="14" index="2" />
												</XCUIElementTypeOther>
												<XCUIElementTypeButton type="XCUIElementTypeButton" name="GridCellCloseButtonIdentifier" enabled="true" visible="false" accessible="false" x="155" y="78" width="32" height="32" index="1">
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" enabled="true" visible="false" accessible="false" x="155" y="78" width="0" height="0" index="0" />
												</XCUIElementTypeButton>
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="110" width="171" height="196" index="2">
													<XCUIElementTypeImage type="XCUIElementTypeImage" enabled="true" visible="false" accessible="false" x="16" y="110" width="171" height="294" index="0" />
												</XCUIElementTypeOther>
											</XCUIElementTypeOther>
										</XCUIElementTypeCell>
										<XCUIElementTypeCell type="XCUIElementTypeCell" name="GridCellIdentifierPrefix3" label="Untitled" enabled="true" visible="false" accessible="true" x="203" y="78" width="171" height="228" index="4">
											<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="203" y="78" width="171" height="228" index="0">
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="203" y="78" width="171" height="32" index="0">
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="globe.americas.fill" label="globe.americas.fill" enabled="true" visible="false" accessible="false" x="212" y="86" width="16" height="16" index="0" />
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Untitled" name="Untitled" label="Untitled" enabled="true" visible="false" accessible="false" x="237" y="86" width="111" height="16" index="1" />
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="xmark" label="Close" enabled="true" visible="false" accessible="false" x="351" y="87" width="15" height="14" index="2" />
												</XCUIElementTypeOther>
												<XCUIElementTypeButton type="XCUIElementTypeButton" name="GridCellCloseButtonIdentifier" enabled="true" visible="false" accessible="false" x="342" y="78" width="32" height="32" index="1">
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" enabled="true" visible="false" accessible="false" x="342" y="78" width="0" height="0" index="0" />
												</XCUIElementTypeButton>
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="203" y="110" width="171" height="196" index="2">
													<XCUIElementTypeImage type="XCUIElementTypeImage" enabled="true" visible="false" accessible="false" x="203" y="110" width="171" height="294" index="0" />
												</XCUIElementTypeOther>
											</XCUIElementTypeOther>
										</XCUIElementTypeCell>
										<XCUIElementTypeCell type="XCUIElementTypeCell" name="GridCellIdentifierPrefix4" label="6 income tax rules introduced in Budget 2024 to be effective from Oct 1. Check list - BusinessToday" enabled="true" visible="false" accessible="true" x="16" y="322" width="171" height="228" index="5">
											<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="322" width="171" height="228" index="0">
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="322" width="171" height="32" index="0">
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="globe.americas.fill" label="globe.americas.fill" enabled="true" visible="false" accessible="false" x="25" y="330" width="16" height="16" index="0" />
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="6 income tax rules introduced in Budget 2024 to be effective from Oct 1. Check list - BusinessToday" name="6 income tax rules introduced in Budget 2024 to be effective from Oct 1. Check list - BusinessToday" label="6 income tax rules introduced in Budget 2024 to be effective from Oct 1. Check list - BusinessToday" enabled="true" visible="false" accessible="false" x="50" y="330" width="111" height="17" index="1" />
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="xmark" label="Close" enabled="true" visible="false" accessible="false" x="164" y="331" width="15" height="14" index="2" />
												</XCUIElementTypeOther>
												<XCUIElementTypeButton type="XCUIElementTypeButton" name="GridCellCloseButtonIdentifier" enabled="true" visible="false" accessible="false" x="155" y="322" width="32" height="32" index="1">
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" enabled="true" visible="false" accessible="false" x="155" y="322" width="0" height="0" index="0" />
												</XCUIElementTypeButton>
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="354" width="171" height="196" index="2">
													<XCUIElementTypeImage type="XCUIElementTypeImage" enabled="true" visible="false" accessible="false" x="16" y="354" width="171" height="294" index="0" />
												</XCUIElementTypeOther>
											</XCUIElementTypeOther>
										</XCUIElementTypeCell>
										<XCUIElementTypeCell type="XCUIElementTypeCell" name="GridCellIdentifierPrefix5" label="Untitled" enabled="true" visible="false" accessible="true" x="203" y="322" width="171" height="228" index="6">
											<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="203" y="322" width="171" height="228" index="0">
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="203" y="322" width="171" height="32" index="0">
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="globe.americas.fill" label="globe.americas.fill" enabled="true" visible="false" accessible="false" x="212" y="330" width="16" height="16" index="0" />
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Untitled" name="Untitled" label="Untitled" enabled="true" visible="false" accessible="false" x="237" y="330" width="111" height="17" index="1" />
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="xmark" label="Close" enabled="true" visible="false" accessible="false" x="351" y="331" width="15" height="14" index="2" />
												</XCUIElementTypeOther>
												<XCUIElementTypeButton type="XCUIElementTypeButton" name="GridCellCloseButtonIdentifier" enabled="true" visible="false" accessible="false" x="342" y="322" width="32" height="32" index="1">
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" enabled="true" visible="false" accessible="false" x="342" y="322" width="0" height="0" index="0" />
												</XCUIElementTypeButton>
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="203" y="354" width="171" height="196" index="2">
													<XCUIElementTypeImage type="XCUIElementTypeImage" enabled="true" visible="false" accessible="false" x="203" y="354" width="171" height="294" index="0" />
												</XCUIElementTypeOther>
											</XCUIElementTypeOther>
										</XCUIElementTypeCell>
										<XCUIElementTypeCell type="XCUIElementTypeCell" name="GridCellIdentifierPrefix6" label="Hardik Pandya falls down laughing, Suryakumar and Arshdeep can't keep calm as Samson wins Player of the Match award | Crickit" enabled="true" visible="false" accessible="true" x="16" y="566" width="171" height="228" index="7">
											<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="566" width="171" height="228" index="0">
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="566" width="171" height="32" index="0">
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="globe.americas.fill" label="globe.americas.fill" enabled="true" visible="false" accessible="false" x="25" y="574" width="16" height="16" index="0" />
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Hardik Pandya falls down laughing, Suryakumar and Arshdeep can't keep calm as Samson wins Player of the Match award | Crickit" name="Hardik Pandya falls down laughing, Suryakumar and Arshdeep can't keep calm as Samson wins Player of the Match award | Crickit" label="Hardik Pandya falls down laughing, Suryakumar and Arshdeep can't keep calm as Samson wins Player of the Match award | Crickit" enabled="true" visible="false" accessible="false" x="50" y="574" width="111" height="16" index="1" />
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="xmark" label="Close" enabled="true" visible="false" accessible="false" x="164" y="575" width="15" height="14" index="2" />
												</XCUIElementTypeOther>
												<XCUIElementTypeButton type="XCUIElementTypeButton" name="GridCellCloseButtonIdentifier" enabled="true" visible="false" accessible="false" x="155" y="566" width="32" height="32" index="1">
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" enabled="true" visible="false" accessible="false" x="155" y="566" width="0" height="0" index="0" />
												</XCUIElementTypeButton>
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="598" width="171" height="196" index="2">
													<XCUIElementTypeImage type="XCUIElementTypeImage" enabled="true" visible="false" accessible="false" x="16" y="598" width="171" height="294" index="0" />
												</XCUIElementTypeOther>
											</XCUIElementTypeOther>
										</XCUIElementTypeCell>
										<XCUIElementTypeCell type="XCUIElementTypeCell" name="GridCellIdentifierPrefix7" label="leapwork - Google Search" enabled="true" visible="false" accessible="true" x="203" y="566" width="171" height="228" index="8">
											<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="203" y="566" width="171" height="228" index="0">
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="196" y="559" width="185" height="242" index="0" /></XCUIElementTypeOther>
											<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="203" y="566" width="171" height="228" index="1">
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="203" y="566" width="171" height="32" index="0">
													<XCUIElementTypeImage type="XCUIElementTypeImage" enabled="true" visible="false" accessible="false" x="212" y="574" width="16" height="16" index="0" />
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="leapwork - Google Search" name="leapwork - Google Search" label="leapwork - Google Search" enabled="true" visible="false" accessible="false" x="237" y="574" width="111" height="16" index="1" />
													<XCUIElementTypeImage type="XCUIElementTypeImage" name="xmark" label="Close" enabled="true" visible="false" accessible="false" x="351" y="575" width="15" height="14" index="2" />
												</XCUIElementTypeOther>
												<XCUIElementTypeButton type="XCUIElementTypeButton" name="GridCellCloseButtonIdentifier" enabled="true" visible="false" accessible="false" x="342" y="566" width="32" height="32" index="1">
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" enabled="true" visible="false" accessible="false" x="342" y="566" width="0" height="0" index="0" />
												</XCUIElementTypeButton>
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="203" y="598" width="171" height="196" index="2">
													<XCUIElementTypeImage type="XCUIElementTypeImage" enabled="true" visible="false" accessible="false" x="203" y="598" width="171" height="294" index="0" />
												</XCUIElementTypeOther>
											</XCUIElementTypeOther>
										</XCUIElementTypeCell>
										<XCUIElementTypeOther type="XCUIElementTypeOther" value="88%" name="Vertical scroll bar, 2 pages" label="Vertical scroll bar, 2 pages" enabled="true" visible="false" accessible="false" x="357" y="0" width="30" height="844" index="9" />
										<XCUIElementTypeOther type="XCUIElementTypeOther" value="0%" name="Horizontal scroll bar, 1 page" label="Horizontal scroll bar, 1 page" enabled="true" visible="false" accessible="false" x="0" y="811" width="390" height="30" index="10" />
									</XCUIElementTypeCollectionView>
								</XCUIElementTypeOther>
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="390" y="0" width="390" height="844" index="2" /></XCUIElementTypeOther>
							<XCUIElementTypeOther type="XCUIElementTypeOther" value="0%" name="Vertical scroll bar, 3 pages" label="Vertical scroll bar, 3 pages" enabled="true" visible="false" accessible="false" x="357" y="41" width="30" height="761" index="1" />
							<XCUIElementTypeOther type="XCUIElementTypeOther" value="50%" name="Horizontal scroll bar, 3 pages" label="Horizontal scroll bar, 3 pages" enabled="true" visible="false" accessible="false" x="41" y="811" width="308" height="30" index="2" />
						</XCUIElementTypeScrollView>
						<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="0" width="390" height="844" index="1">
							<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="0" width="390" height="844" index="0">
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="47" index="0" />
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="0" width="390" height="97" index="1">
									<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="10" y="51" width="370" height="36" index="0">
										<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="10" y="51" width="370" height="36" index="0">
											<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="10" y="51" width="370" height="36" index="0">
												<XCUIElementTypeButton type="XCUIElementTypeButton" value="google.com Secure" name="Address and search bar" label="Address and search bar" enabled="true" visible="true" accessible="true" x="10" y="51" width="370" height="36" index="0">
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" enabled="true" visible="false" accessible="false" x="10" y="51" width="0" height="0" index="0" />
													<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="google.com" name="google.com" label="google.com" enabled="true" visible="true" accessible="false" x="150" y="58" width="90" height="21" index="1" />
												</XCUIElementTypeButton>
												<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="10" y="51" width="0" height="36" index="1">
													<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="10" y="51" width="0" height="36" index="0" /></XCUIElementTypeOther>
												<XCUIElementTypeButton type="XCUIElementTypeButton" name="kOmniboxShareButtonIdentifier" label="Share…" enabled="true" visible="true" accessible="true" x="345" y="57" width="24" height="24" index="2" />
											</XCUIElementTypeOther>
										</XCUIElementTypeOther>
									</XCUIElementTypeOther>
									<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="97" width="390" height="1" index="1" /></XCUIElementTypeOther>
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="0" width="390" height="844" index="2">
									<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="844" index="0" />
									<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="97" width="390" height="669" index="1">
										<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="97" width="390" height="669" index="0">
											<XCUIElementTypeWebView type="XCUIElementTypeWebView" enabled="true" visible="true" accessible="false" x="0" y="97" width="390" height="669" index="0">
												<XCUIElementTypeWebView type="XCUIElementTypeWebView" enabled="true" visible="true" accessible="false" x="0" y="97" width="390" height="669" index="0">
													<XCUIElementTypeWebView type="XCUIElementTypeWebView" enabled="true" visible="true" accessible="false" x="0" y="97" width="390" height="669" index="0">
														<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="0" width="390" height="669" index="0">
															<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="669" index="0">
																<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="97" width="390" height="669" index="0">
																	<XCUIElementTypeOther type="XCUIElementTypeOther" name="leapwork - Google Search" label="leapwork - Google Search" enabled="true" visible="false" accessible="false" x="0" y="97" width="390" height="5039" index="0">
																		<XCUIElementTypeOther type="XCUIElementTypeOther" name="banner" label="banner" enabled="true" visible="true" accessible="false" x="0" y="97" width="449" height="717" index="0">
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="97" width="449" height="354" index="0">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" name="Google" label="Google" enabled="true" visible="true" accessible="true" x="149" y="97" width="92" height="70" index="0" />
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="101" width="445" height="350" index="1">
																					<XCUIElementTypeOther type="XCUIElementTypeOther" name="banner" label="banner" enabled="true" visible="true" accessible="false" x="0" y="101" width="445" height="350" index="0">
																						<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="101" width="445" height="350" index="0">
																							<XCUIElementTypeLink type="XCUIElementTypeLink" name="Sign in" label="Sign in" enabled="true" visible="true" accessible="false" x="323" y="115" width="43" height="18" index="0">
																								<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Sign in" name="Sign in" label="Sign in" enabled="true" visible="true" accessible="true" x="323" y="115" width="43" height="18" index="0" />
																							</XCUIElementTypeLink>
																						</XCUIElementTypeOther>
																					</XCUIElementTypeOther>
																				</XCUIElementTypeOther>
																			</XCUIElementTypeOther>
																			<XCUIElementTypeOther type="XCUIElementTypeOther" name="Search settings, web dialogue" label="Search settings, web dialogue" enabled="true" visible="true" accessible="false" x="0" y="97" width="60" height="64" index="1">
																				<XCUIElementTypeOther type="XCUIElementTypeOther" name="Main menu" label="Main menu" enabled="true" visible="true" accessible="true" x="0" y="97" width="60" height="64" index="0" /></XCUIElementTypeOther>
																			<XCUIElementTypeOther type="XCUIElementTypeOther" name="search" label="search" enabled="true" visible="true" accessible="false" x="0" y="160" width="390" height="654" index="2">
																				<XCUIElementTypeButton type="XCUIElementTypeButton" name="Google Search" label="Google Search" enabled="true" visible="true" accessible="true" x="16" y="160" width="48" height="44" index="0" />
																				<XCUIElementTypeOther type="XCUIElementTypeOther" value="&#xA;" enabled="true" visible="true" accessible="true" x="64" y="170" width="214" height="24" index="1" />
																				<XCUIElementTypeButton type="XCUIElementTypeButton" name="Search by voice" label="Search by voice" enabled="true" visible="true" accessible="true" x="278" y="160" width="48" height="44" index="2" />
																				<XCUIElementTypeLink type="XCUIElementTypeLink" name="Search using your camera or photos" label="Search using your camera or photos" enabled="true" visible="true" accessible="false" x="338" y="170" width="24" height="24" index="3">
																					<XCUIElementTypeImage type="XCUIElementTypeImage" name="Search using your camera or photos" label="Search using your camera or photos" enabled="true" visible="true" accessible="true" x="338" y="170" width="24" height="24" index="0" />
																				</XCUIElementTypeLink>
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="4" />
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="5" /></XCUIElementTypeOther>
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="204" width="390" height="10" index="3" /></XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="1" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="2" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="3" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" name="Filters and topics, navigation" label="Filters and topics, navigation" enabled="true" visible="true" accessible="false" x="0" y="206" width="390" height="46" index="4">
																			<XCUIElementTypeOther type="XCUIElementTypeOther" value="1" name="Filters and topics" label="Filters and topics" enabled="true" visible="true" accessible="false" x="0" y="209" width="1" height="1" index="0">
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Filters and topics" name="Filters and topics" label="Filters and topics" enabled="true" visible="false" accessible="true" x="0" y="209" width="108" height="16" index="0" />
																			</XCUIElementTypeOther>
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="366" y="209" width="24" height="43" index="1" />
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="4" y="210" width="982" height="38" index="2">
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="4" y="210" width="755" height="38" index="0">
																					<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="4" y="210" width="41" height="38" index="0">
																						<XCUIElementTypeLink type="XCUIElementTypeLink" name="All" label="All" enabled="false" visible="true" accessible="false" x="16" y="221" width="17" height="19" index="0">
																							<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="All" name="All" label="All" enabled="false" visible="true" accessible="true" x="16" y="221" width="17" height="19" index="0" />
																						</XCUIElementTypeLink>
																					</XCUIElementTypeOther>
																					<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="44" y="210" width="73" height="38" index="1">
																						<XCUIElementTypeLink type="XCUIElementTypeLink" name="Images" label="Images" enabled="true" visible="true" accessible="false" x="56" y="221" width="49" height="19" index="0">
																							<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Images" name="Images" label="Images" enabled="true" visible="true" accessible="true" x="56" y="221" width="49" height="19" index="0" />
																						</XCUIElementTypeLink>
																					</XCUIElementTypeOther>
																					<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="116" y="210" width="69" height="38" index="2">
																						<XCUIElementTypeLink type="XCUIElementTypeLink" name="Videos" label="Videos" enabled="true" visible="true" accessible="false" x="128" y="221" width="45" height="19" index="0">
																							<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Videos" name="Videos" label="Videos" enabled="true" visible="true" accessible="true" x="128" y="221" width="45" height="19" index="0" />
																						</XCUIElementTypeLink>
																					</XCUIElementTypeOther>
																					<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="184" y="210" width="61" height="38" index="3">
																						<XCUIElementTypeLink type="XCUIElementTypeLink" name="News" label="News" enabled="true" visible="true" accessible="false" x="196" y="221" width="37" height="19" index="0">
																							<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="News" name="News" label="News" enabled="true" visible="true" accessible="true" x="196" y="221" width="37" height="19" index="0" />
																						</XCUIElementTypeLink>
																					</XCUIElementTypeOther>
																					<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="244" y="210" width="87" height="38" index="4">
																						<XCUIElementTypeLink type="XCUIElementTypeLink" name="Shopping" label="Shopping" enabled="true" visible="true" accessible="false" x="256" y="221" width="63" height="19" index="0">
																							<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Shopping" name="Shopping" label="Shopping" enabled="true" visible="true" accessible="true" x="256" y="221" width="63" height="19" index="0" />
																						</XCUIElementTypeLink>
																					</XCUIElementTypeOther>
																					<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="330" y="210" width="109" height="38" index="5">
																						<XCUIElementTypeLink type="XCUIElementTypeLink" name="Short videos" label="Short videos" enabled="true" visible="true" accessible="false" x="342" y="221" width="85" height="19" index="0">
																							<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Short videos" name="Short videos" label="Short videos" enabled="true" visible="true" accessible="true" x="342" y="221" width="85" height="19" index="0" />
																						</XCUIElementTypeLink>
																					</XCUIElementTypeOther>
																					<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="438" y="210" width="54" height="38" index="6">
																						<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="438" y="210" width="54" height="38" index="0">
																							<XCUIElementTypeLink type="XCUIElementTypeLink" name="Web" label="Web" enabled="true" visible="false" accessible="false" x="450" y="221" width="30" height="19" index="0">
																								<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Web" name="Web" label="Web" enabled="true" visible="false" accessible="true" x="450" y="221" width="30" height="19" index="0" />
																							</XCUIElementTypeLink>
																						</XCUIElementTypeOther>
																					</XCUIElementTypeOther>
																					<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="491" y="210" width="65" height="38" index="7">
																						<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="491" y="210" width="65" height="38" index="0">
																							<XCUIElementTypeLink type="XCUIElementTypeLink" name="Books" label="Books" enabled="true" visible="false" accessible="false" x="503" y="221" width="41" height="19" index="0">
																								<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Books" name="Books" label="Books" enabled="true" visible="false" accessible="true" x="503" y="221" width="41" height="19" index="0" />
																							</XCUIElementTypeLink>
																						</XCUIElementTypeOther>
																					</XCUIElementTypeOther>
																					<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="555" y="210" width="61" height="38" index="8">
																						<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="555" y="210" width="61" height="38" index="0">
																							<XCUIElementTypeLink type="XCUIElementTypeLink" name="Maps" label="Maps" enabled="true" visible="false" accessible="false" x="567" y="221" width="37" height="19" index="0">
																								<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Maps" name="Maps" label="Maps" enabled="true" visible="false" accessible="true" x="567" y="221" width="37" height="19" index="0" />
																							</XCUIElementTypeLink>
																						</XCUIElementTypeOther>
																					</XCUIElementTypeOther>
																					<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="615" y="210" width="69" height="38" index="9">
																						<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="615" y="210" width="69" height="38" index="0">
																							<XCUIElementTypeLink type="XCUIElementTypeLink" name="Flights" label="Flights" enabled="true" visible="false" accessible="false" x="627" y="221" width="45" height="19" index="0">
																								<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Flights" name="Flights" label="Flights" enabled="true" visible="false" accessible="true" x="627" y="221" width="45" height="19" index="0" />
																							</XCUIElementTypeLink>
																						</XCUIElementTypeOther>
																					</XCUIElementTypeOther>
																					<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="683" y="210" width="76" height="38" index="10">
																						<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="683" y="210" width="76" height="38" index="0">
																							<XCUIElementTypeLink type="XCUIElementTypeLink" name="Finance" label="Finance" enabled="true" visible="false" accessible="false" x="695" y="221" width="52" height="19" index="0">
																								<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Finance" name="Finance" label="Finance" enabled="true" visible="false" accessible="true" x="695" y="221" width="52" height="19" index="0" />
																							</XCUIElementTypeLink>
																						</XCUIElementTypeOther>
																					</XCUIElementTypeOther>
																				</XCUIElementTypeOther>
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="758" y="215" width="228" height="28" index="1">
																					<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="762" y="220" width="2" height="20" index="0" />
																					<XCUIElementTypeButton type="XCUIElementTypeButton" name="Search tools" label="Search tools" enabled="true" visible="false" accessible="true" x="763" y="217" width="116" height="26" index="1" />
																					<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="878" y="220" width="2" height="20" index="2" />
																					<XCUIElementTypeLink type="XCUIElementTypeLink" name="Feedback" label="Feedback" enabled="true" visible="false" accessible="false" x="895" y="221" width="65" height="20" index="3">
																						<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Feedback" name="Feedback" label="Feedback" enabled="true" visible="false" accessible="true" x="895" y="221" width="65" height="20" index="0" />
																					</XCUIElementTypeLink>
																				</XCUIElementTypeOther>
																			</XCUIElementTypeOther>
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="248" width="390" height="20" index="3" />
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="4" /></XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="5" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="6" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="7" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="8" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="9" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="10" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="11" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="16" y="276" width="55" height="20" index="12">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="हिंदी में खोजें" name="हिंदी में खोजें" label="हिंदी में खोजें" enabled="true" visible="true" accessible="true" x="16" y="278" width="55" height="15" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="लीपवर्क" label="लीपवर्क" enabled="true" visible="true" accessible="true" x="80" y="262" width="105" height="48" index="13" />
																		<XCUIElementTypeButton type="XCUIElementTypeButton" enabled="true" visible="true" accessible="true" x="358" y="276" width="16" height="16" index="14" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="97" width="390" height="869" index="15" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="16" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="17" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="18" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="1" name="Search Results" label="Search Results" enabled="true" visible="false" accessible="false" x="0" y="328" width="1" height="1" index="19">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Search Results" name="Search Results" label="Search Results" enabled="true" visible="false" accessible="true" x="0" y="328" width="94" height="16" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="2" name="Web result with site links" label="Web result with site links" enabled="true" visible="false" accessible="false" x="0" y="328" width="1" height="1" index="20">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Web result with site links" name="Web result with site links" label="Web result with site links" enabled="true" visible="false" accessible="true" x="0" y="328" width="284" height="30" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork https://www.leapwork.com Leapwork" label="Leapwork https://www.leapwork.com Leapwork" enabled="true" visible="true" accessible="false" x="0" y="328" width="390" height="100" index="21">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="https://www.leapwork.com" label="https://www.leapwork.com" enabled="true" visible="true" accessible="false" x="16" y="343" width="318" height="36" index="0">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork" label="Leapwork" enabled="true" visible="true" accessible="false" x="56" y="344" width="64" height="19" index="0">
																					<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Leapwork" name="Leapwork" label="Leapwork" enabled="true" visible="true" accessible="true" x="56" y="344" width="64" height="19" index="0" />
																				</XCUIElementTypeLink>
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="https://www.leapwork.com" name="https://www.leapwork.com" label="https://www.leapwork.com" enabled="true" visible="true" accessible="true" x="56" y="363" width="147" height="15" index="1" />
																			</XCUIElementTypeLink>
																			<XCUIElementTypeLink type="XCUIElementTypeLink" value="3" name="Leapwork" label="Leapwork" enabled="true" visible="true" accessible="false" x="16" y="391" width="89" height="26" index="1">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" value="3" name="Leapwork" label="Leapwork" enabled="true" visible="true" accessible="false" x="16" y="391" width="89" height="26" index="0">
																					<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Leapwork" name="Leapwork" label="Leapwork" enabled="true" visible="true" accessible="true" x="16" y="391" width="89" height="26" index="0" />
																				</XCUIElementTypeLink>
																			</XCUIElementTypeLink>
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="337" y="328" width="48" height="48" index="22">
																			<XCUIElementTypeButton type="XCUIElementTypeButton" name="About this result" label="About this result" enabled="true" visible="true" accessible="true" x="337" y="328" width="48" height="48" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Leapwork is a codeless test automation platform enabling businesses to build, maintain, and scale end-to-end automation easily." name="Leapwork is a codeless test automation platform enabling businesses to build, maintain, and scale end-to-end automation easily." label="Leapwork is a codeless test automation platform enabling businesses to build, maintain, and scale end-to-end automation easily." enabled="true" visible="true" accessible="true" x="16" y="426" width="358" height="57" index="23" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="24" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" name="separator" label="separator" enabled="false" visible="true" accessible="true" x="16" y="496" width="358" height="1" index="25" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Careers We're hiring!" label="Careers We're hiring!" enabled="true" visible="true" accessible="false" x="16" y="514" width="169" height="24" index="26">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="Careers We're hiring!" label="Careers We're hiring!" enabled="true" visible="true" accessible="false" x="16" y="514" width="169" height="24" index="0">
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Careers We're hiring!" name="Careers We're hiring!" label="Careers We're hiring!" enabled="true" visible="true" accessible="true" x="16" y="514" width="169" height="24" index="0" />
																			</XCUIElementTypeLink>
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" name="separator" label="separator" enabled="false" visible="true" accessible="true" x="16" y="555" width="358" height="1" index="27" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="1. Introducing LEAPWORK" label="1. Introducing LEAPWORK" enabled="true" visible="true" accessible="false" x="16" y="573" width="208" height="24" index="28">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="1. Introducing LEAPWORK" label="1. Introducing LEAPWORK" enabled="true" visible="true" accessible="false" x="16" y="573" width="208" height="24" index="0">
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="1. Introducing LEAPWORK" name="1. Introducing LEAPWORK" label="1. Introducing LEAPWORK" enabled="true" visible="true" accessible="true" x="16" y="573" width="208" height="24" index="0" />
																			</XCUIElementTypeLink>
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" name="separator" label="separator" enabled="false" visible="true" accessible="true" x="16" y="614" width="358" height="1" index="29" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Dynamics 365" label="Dynamics 365" enabled="true" visible="true" accessible="false" x="16" y="632" width="114" height="24" index="30">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="Dynamics 365" label="Dynamics 365" enabled="true" visible="true" accessible="false" x="16" y="632" width="114" height="24" index="0">
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Dynamics 365" name="Dynamics 365" label="Dynamics 365" enabled="true" visible="true" accessible="true" x="16" y="632" width="114" height="24" index="0" />
																			</XCUIElementTypeLink>
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" name="separator" label="separator" enabled="false" visible="true" accessible="true" x="16" y="673" width="358" height="1" index="31" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Test Automation Software" label="Test Automation Software" enabled="true" visible="true" accessible="false" x="16" y="691" width="210" height="24" index="32">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="Test Automation Software" label="Test Automation Software" enabled="true" visible="true" accessible="false" x="16" y="691" width="210" height="24" index="0">
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Test Automation Software" name="Test Automation Software" label="Test Automation Software" enabled="true" visible="true" accessible="true" x="16" y="691" width="210" height="24" index="0" />
																			</XCUIElementTypeLink>
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" name="separator" label="separator" enabled="false" visible="true" accessible="true" x="16" y="732" width="358" height="1" index="33" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Our story" label="Our story" enabled="true" visible="true" accessible="false" x="16" y="750" width="78" height="24" index="34">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="Our story" label="Our story" enabled="true" visible="true" accessible="false" x="16" y="750" width="78" height="24" index="0">
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Our story" name="Our story" label="Our story" enabled="true" visible="true" accessible="true" x="16" y="750" width="78" height="24" index="0" />
																			</XCUIElementTypeLink>
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" name="separator" label="separator" enabled="false" visible="false" accessible="true" x="16" y="791" width="358" height="1" index="35" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Product Tour" label="Product Tour" enabled="true" visible="false" accessible="false" x="16" y="809" width="105" height="24" index="36">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="Product Tour" label="Product Tour" enabled="true" visible="false" accessible="false" x="16" y="809" width="105" height="24" index="0">
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Product Tour" name="Product Tour" label="Product Tour" enabled="true" visible="false" accessible="true" x="16" y="809" width="105" height="24" index="0" />
																			</XCUIElementTypeLink>
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="37" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="38" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="2" name="Leapwork India Private Limited" label="Leapwork India Private Limited" enabled="true" visible="false" accessible="false" x="16" y="874" width="246" height="56" index="39">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" value="2" name="Leapwork India Private Limited" label="Leapwork India Private Limited" enabled="true" visible="false" accessible="false" x="16" y="875" width="212" height="54" index="0">
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Leapwork India Private Limited" name="Leapwork India Private Limited" label="Leapwork India Private Limited" enabled="true" visible="false" accessible="true" x="16" y="875" width="212" height="54" index="0" />
																			</XCUIElementTypeLink>
																		</XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="934" width="274" height="60" index="40">
																			<XCUIElementTypeImage type="XCUIElementTypeImage" name="Rated 4.3 out of 5," label="Rated 4.3 out of 5," enabled="true" visible="false" accessible="true" x="39" y="938" width="69" height="12" index="0" />
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="(12)" name="(12)" label="(12)" enabled="true" visible="false" accessible="true" x="111" y="935" width="24" height="17" index="1" />
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Software company in Gurgaon, Haryana" name="Software company in Gurgaon, Haryana" label="Software company in Gurgaon, Haryana" enabled="true" visible="false" accessible="true" x="16" y="955" width="251" height="17" index="2" />
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value=" ‧" name="‧" label="‧" enabled="true" visible="false" accessible="true" x="266" y="955" width="9" height="17" index="3" />
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Open" name="Open" label="Open" enabled="true" visible="false" accessible="true" x="16" y="975" width="35" height="17" index="4" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="254" y="878" width="46" height="38" index="41">
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="262" y="878" width="38" height="33" index="0">
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="262" y="878" width="38" height="33" index="0">
																					<XCUIElementTypeOther type="XCUIElementTypeOther" name="More options" label="More options" enabled="true" visible="false" accessible="true" x="262" y="878" width="38" height="33" index="0" /></XCUIElementTypeOther>
																			</XCUIElementTypeOther>
																		</XCUIElementTypeOther>
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Thumbnail image 3+ Photos" label="Thumbnail image 3+ Photos" enabled="true" visible="false" accessible="false" x="286" y="860" width="102" height="100" index="42">
																			<XCUIElementTypeImage type="XCUIElementTypeImage" name="Thumbnail image" label="Thumbnail image" enabled="true" visible="false" accessible="true" x="302" y="874" width="72" height="72" index="0" />
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="3+ Photos" label="3+ Photos" enabled="true" visible="false" accessible="false" x="356" y="926" width="14" height="15" index="1">
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="3+" name="3+" label="3+" enabled="true" visible="false" accessible="true" x="356" y="926" width="14" height="15" index="0" />
																			</XCUIElementTypeLink>
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" name="navigation" label="navigation" enabled="true" visible="false" accessible="false" x="0" y="999" width="390" height="47" index="43">
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="1000" width="409" height="44" index="0">
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="1002" width="92" height="40" index="0">
																					<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Overview" name="Overview" label="Overview" enabled="true" visible="false" accessible="true" x="28" y="1012" width="63" height="20" index="0" />
																				</XCUIElementTypeOther>
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="108" y="1000" width="84" height="44" index="1">
																					<XCUIElementTypeLink type="XCUIElementTypeLink" name="Reviews" label="Reviews" enabled="true" visible="false" accessible="false" x="120" y="1012" width="54" height="20" index="0">
																						<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Reviews" name="Reviews" label="Reviews" enabled="true" visible="false" accessible="true" x="120" y="1012" width="54" height="20" index="0" />
																					</XCUIElementTypeLink>
																				</XCUIElementTypeOther>
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="191" y="1000" width="77" height="44" index="2">
																					<XCUIElementTypeLink type="XCUIElementTypeLink" name="Photos" label="Photos" enabled="true" visible="false" accessible="false" x="203" y="1012" width="47" height="20" index="0">
																						<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Photos" name="Photos" label="Photos" enabled="true" visible="false" accessible="true" x="203" y="1012" width="47" height="20" index="0" />
																					</XCUIElementTypeLink>
																				</XCUIElementTypeOther>
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="267" y="1000" width="88" height="44" index="3">
																					<XCUIElementTypeLink type="XCUIElementTypeLink" name="Services" label="Services" enabled="true" visible="false" accessible="false" x="279" y="1012" width="58" height="20" index="0">
																						<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Services" name="Services" label="Services" enabled="true" visible="false" accessible="true" x="279" y="1012" width="58" height="20" index="0" />
																					</XCUIElementTypeLink>
																				</XCUIElementTypeOther>
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="354" y="1000" width="71" height="44" index="4">
																					<XCUIElementTypeLink type="XCUIElementTypeLink" name="About" label="About" enabled="true" visible="false" accessible="false" x="366" y="1012" width="41" height="20" index="0">
																						<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="About" name="About" label="About" enabled="true" visible="false" accessible="true" x="366" y="1012" width="41" height="20" index="0" />
																					</XCUIElementTypeLink>
																				</XCUIElementTypeOther>
																			</XCUIElementTypeOther>
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="1044" width="390" height="20" index="1" /></XCUIElementTypeOther>
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="  Hear about this place " label="  Hear about this place " enabled="true" visible="false" accessible="true" x="0" y="1036" width="188" height="56" index="44" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="1" name="Main results" label="Main results" enabled="true" visible="false" accessible="false" x="0" y="1090" width="1" height="1" index="45">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Main results" name="Main results" label="Main results" enabled="true" visible="false" accessible="true" x="0" y="1090" width="76" height="16" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="Call" label="Call" enabled="true" visible="false" accessible="true" x="0" y="1106" width="98" height="60" index="46" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="DIRECTIONS" label="DIRECTIONS" enabled="true" visible="false" accessible="false" x="106" y="1152" width="81" height="15" index="47">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="DIRECTIONS" label="DIRECTIONS" enabled="true" visible="false" accessible="false" x="106" y="1152" width="81" height="15" index="0">
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="DIRECTIONS" name="DIRECTIONS" label="DIRECTIONS" enabled="true" visible="false" accessible="true" x="106" y="1152" width="81" height="15" index="0" />
																			</XCUIElementTypeLink>
																		</XCUIElementTypeLink>
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="Share" label="Share" enabled="true" visible="false" accessible="true" x="195" y="1106" width="98" height="60" index="48" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="49" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="WEBSITE" label="WEBSITE" enabled="true" visible="false" accessible="false" x="312" y="1152" width="59" height="15" index="50">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="WEBSITE" label="WEBSITE" enabled="true" visible="false" accessible="false" x="312" y="1152" width="59" height="15" index="0">
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="WEBSITE" name="WEBSITE" label="WEBSITE" enabled="true" visible="false" accessible="true" x="312" y="1152" width="59" height="15" index="0" />
																			</XCUIElementTypeLink>
																		</XCUIElementTypeLink>
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="Save in your lists" label="Save in your lists" enabled="true" visible="false" accessible="true" x="390" y="1106" width="98" height="60" index="51" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="1166" width="390" height="20" index="52" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="53" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="1182" width="390" height="1" index="54" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Address: 10th, Cyber Hub, Cyber City, DLF Building 10C, DLF Phase 3, Sector 24, Gurugram, Haryana 122022" label="Address: 10th, Cyber Hub, Cyber City, DLF Building 10C, DLF Phase 3, Sector 24, Gurugram, Haryana 122022" enabled="true" visible="false" accessible="false" x="16" y="1181" width="268" height="96" index="55">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="Address:" label="Address:" enabled="true" visible="false" accessible="true" x="16" y="1181" width="48" height="96" index="0" />
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="10th, Cyber Hub, Cyber City, DLF Building 10C, DLF Phase 3, Sector 24, Gurugram, Haryana 122022" name="10th, Cyber Hub, Cyber City, DLF Building 10C, DLF Phase 3, Sector 24, Gurugram, Haryana 122022" label="10th, Cyber Hub, Cyber City, DLF Building 10C, DLF Phase 3, Sector 24, Gurugram, Haryana 122022" enabled="true" visible="false" accessible="true" x="64" y="1189" width="208" height="79" index="1" />
																			<XCUIElementTypeLink type="XCUIElementTypeLink" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="2" /></XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="56" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" enabled="true" visible="false" accessible="true" x="294" y="1181" width="96" height="96" index="57" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="58" />
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="Hours Open 24 hours" label="Hours Open 24 hours" enabled="true" visible="false" accessible="true" x="16" y="1279" width="358" height="48" index="59" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="More about Leapwork India Private Limited" label="More about Leapwork India Private Limited" enabled="true" visible="false" accessible="false" x="39" y="1353" width="284" height="19" index="60">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="More about Leapwork India Private Limited" name="More about Leapwork India Private Limited" label="More about Leapwork India Private Limited" enabled="true" visible="false" accessible="true" x="39" y="1353" width="284" height="19" index="0" />
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="61" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="62" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="1408" width="390" height="321" index="63" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="2" name="People also ask" label="People also ask" enabled="true" visible="false" accessible="false" x="16" y="1425" width="346" height="26" index="64">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="People also ask" name="People also ask" label="People also ask" enabled="true" visible="false" accessible="true" x="16" y="1425" width="141" height="26" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="337" y="1409" width="48" height="48" index="65">
																			<XCUIElementTypeButton type="XCUIElementTypeButton" name="About this result" label="About this result" enabled="true" visible="false" accessible="true" x="337" y="1409" width="48" height="48" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="What is Leapwork used for?" label="What is Leapwork used for?" enabled="true" visible="false" accessible="true" x="16" y="1455" width="358" height="60" index="66" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="1515" width="358" height="1" index="67" />
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="Is Leapwork a good company?" label="Is Leapwork a good company?" enabled="true" visible="false" accessible="true" x="16" y="1516" width="358" height="60" index="68" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="1576" width="358" height="1" index="69" />
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="What companies use Leapwork?" label="What companies use Leapwork?" enabled="true" visible="false" accessible="true" x="16" y="1577" width="358" height="60" index="70" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="1637" width="358" height="1" index="71" />
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="Is Leapwork free?" label="Is Leapwork free?" enabled="true" visible="false" accessible="true" x="16" y="1638" width="358" height="60" index="72" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="73" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="1698" width="390" height="1" index="74" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="75" />
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="Feedback" label="Feedback" enabled="true" visible="false" accessible="true" x="312" y="1687" width="70" height="40" index="76" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="77" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="78" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="79" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="1737" width="390" height="532" index="80" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="2" name="Videos" label="Videos" enabled="true" visible="false" accessible="false" x="16" y="1754" width="346" height="26" index="81">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Videos" name="Videos" label="Videos" enabled="true" visible="false" accessible="true" x="16" y="1754" width="64" height="26" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="337" y="1738" width="48" height="48" index="82">
																			<XCUIElementTypeButton type="XCUIElementTypeButton" name="About this result" label="About this result" enabled="true" visible="false" accessible="true" x="337" y="1738" width="48" height="48" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="3" name="No-code Test Automation with Leapwork" label="No-code Test Automation with Leapwork" enabled="true" visible="false" accessible="false" x="16" y="1794" width="358" height="76" index="83">
																			<XCUIElementTypeButton type="XCUIElementTypeButton" value="3" name="No-code Test Automation with Leapwork by Leapwork on YouTube. Play on Google. 0:25. 3 May 2022" label="No-code Test Automation with Leapwork by Leapwork on YouTube. Play on Google. 0:25. 3 May 2022" enabled="true" visible="false" accessible="true" x="16" y="1794" width="135" height="76" index="0" />
																			<XCUIElementTypeLink type="XCUIElementTypeLink" value="3" name="No-code Test Automation with Leapwork by Leapwork on YouTube. Play on YouTube. 0:25. 3 May 2022" label="No-code Test Automation with Leapwork by Leapwork on YouTube. Play on YouTube. 0:25. 3 May 2022" enabled="true" visible="false" accessible="true" x="0" y="1794" width="390" height="76" index="1" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="3" name="An overview of LEAPWORK Test Automation Tool - Web Test Automation" label="An overview of LEAPWORK Test Automation Tool - Web Test Automation" enabled="true" visible="false" accessible="false" x="16" y="1903" width="358" height="76" index="84">
																			<XCUIElementTypeButton type="XCUIElementTypeButton" value="3" name="An overview of LEAPWORK Test Automation Tool - Web Test Automation by EvilTester - Software Testing on YouTube. Play on Google. 27:22. . 30 Aug 2019" label="An overview of LEAPWORK Test Automation Tool - Web Test Automation by EvilTester - Software Testing on YouTube. Play on Google. 27:22. . 30 Aug 2019" enabled="true" visible="false" accessible="true" x="16" y="1903" width="135" height="76" index="0" />
																			<XCUIElementTypeLink type="XCUIElementTypeLink" value="3" name="An overview of LEAPWORK Test Automation Tool - Web Test Automation by EvilTester - Software Testing on YouTube. Play on YouTube. 27:22. . 30 Aug 2019" label="An overview of LEAPWORK Test Automation Tool - Web Test Automation by EvilTester - Software Testing on YouTube. Play on YouTube. 27:22. . 30 Aug 2019" enabled="true" visible="false" accessible="true" x="0" y="1903" width="390" height="76" index="1" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="This is a visual GUI block based automated execution tool for helping teams create automated execution when they don't know how to program." label="This is a visual GUI block based automated execution tool for helping teams create automated execution when they don't know how to program." enabled="true" visible="false" accessible="true" x="16" y="1991" width="358" height="40" index="85" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="3" name="Leapwork Studio - A Guided Tour" label="Leapwork Studio - A Guided Tour" enabled="true" visible="false" accessible="false" x="16" y="2062" width="358" height="76" index="86">
																			<XCUIElementTypeButton type="XCUIElementTypeButton" value="3" name="Leapwork Studio - A Guided Tour by Colin Talks Tech on YouTube. Play on Google. 3:54. . 11 Aug 2022" label="Leapwork Studio - A Guided Tour by Colin Talks Tech on YouTube. Play on Google. 3:54. . 11 Aug 2022" enabled="true" visible="false" accessible="true" x="16" y="2062" width="135" height="76" index="0" />
																			<XCUIElementTypeLink type="XCUIElementTypeLink" value="3" name="Leapwork Studio - A Guided Tour by Colin Talks Tech on YouTube. Play on YouTube. 3:54. . 11 Aug 2022" label="Leapwork Studio - A Guided Tour by Colin Talks Tech on YouTube. Play on YouTube. 3:54. . 11 Aug 2022" enabled="true" visible="false" accessible="true" x="0" y="2062" width="390" height="76" index="1" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="In this video I'm going to give you a tour of the &lt;b&gt;leapwork&lt;/b&gt; studio. The studio is the primary user interface for &lt;b&gt;leapwork&lt;/b&gt;." label="In this video I'm going to give you a tour of the &lt;b&gt;leapwork&lt;/b&gt; studio. The studio is the primary user interface for &lt;b&gt;leapwork&lt;/b&gt;." enabled="true" visible="false" accessible="true" x="16" y="2150" width="358" height="40" index="87" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="More videos" label="More videos" enabled="true" visible="false" accessible="false" x="141" y="2220" width="82" height="19" index="88">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="More videos" name="More videos" label="More videos" enabled="true" visible="false" accessible="true" x="141" y="2220" width="82" height="19" index="0" />
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="2276" width="390" height="423" index="89" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="2" name="People also search for" label="People also search for" enabled="true" visible="false" accessible="false" x="16" y="2292" width="346" height="26" index="90">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="People also search for" name="People also search for" label="People also search for" enabled="true" visible="false" accessible="true" x="16" y="2292" width="205" height="26" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="337" y="2276" width="48" height="48" index="91">
																			<XCUIElementTypeButton type="XCUIElementTypeButton" name="About this result" label="About this result" enabled="true" visible="false" accessible="true" x="337" y="2276" width="48" height="48" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork salary" label="Leapwork salary" enabled="true" visible="false" accessible="true" x="16" y="2346" width="358" height="36" index="92" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="2394" width="358" height="1" index="93" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork wikipedia" label="Leapwork wikipedia" enabled="true" visible="false" accessible="true" x="16" y="2407" width="358" height="36" index="94" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="2455" width="358" height="1" index="95" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork glassdoor" label="Leapwork glassdoor" enabled="true" visible="false" accessible="true" x="16" y="2468" width="358" height="36" index="96" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="2516" width="358" height="1" index="97" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork pricing" label="Leapwork pricing" enabled="true" visible="false" accessible="true" x="16" y="2529" width="358" height="36" index="98" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="2577" width="358" height="1" index="99" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork download" label="Leapwork download" enabled="true" visible="false" accessible="true" x="16" y="2590" width="358" height="36" index="100" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="2638" width="358" height="1" index="101" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork automation" label="Leapwork automation" enabled="true" visible="false" accessible="true" x="16" y="2651" width="358" height="36" index="102" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="2" name="Web results" label="Web results" enabled="true" visible="false" accessible="false" x="0" y="2709" width="1" height="1" index="103">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Web results" name="Web results" label="Web results" enabled="true" visible="false" accessible="true" x="0" y="2706" width="118" height="26" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="LinkedIn · Leapwork 13.9K+ followers Leapwork" label="LinkedIn · Leapwork 13.9K+ followers Leapwork" enabled="true" visible="false" accessible="false" x="0" y="2709" width="390" height="100" index="104">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="13.9K+ followers" label="13.9K+ followers" enabled="true" visible="false" accessible="false" x="16" y="2724" width="318" height="36" index="0">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" name="LinkedIn · Leapwork" label="LinkedIn · Leapwork" enabled="true" visible="false" accessible="false" x="56" y="2725" width="129" height="19" index="0">
																					<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="LinkedIn · Leapwork" name="LinkedIn · Leapwork" label="LinkedIn · Leapwork" enabled="true" visible="false" accessible="true" x="56" y="2725" width="129" height="19" index="0" />
																				</XCUIElementTypeLink>
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="13.9K+ followers" name="13.9K+ followers" label="13.9K+ followers" enabled="true" visible="false" accessible="true" x="56" y="2744" width="92" height="15" index="1" />
																			</XCUIElementTypeLink>
																			<XCUIElementTypeLink type="XCUIElementTypeLink" value="3" name="Leapwork" label="Leapwork" enabled="true" visible="false" accessible="false" x="16" y="2772" width="89" height="26" index="1">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" value="3" name="Leapwork" label="Leapwork" enabled="true" visible="false" accessible="false" x="16" y="2772" width="89" height="26" index="0">
																					<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Leapwork" name="Leapwork" label="Leapwork" enabled="true" visible="false" accessible="true" x="16" y="2772" width="89" height="26" index="0" />
																				</XCUIElementTypeLink>
																			</XCUIElementTypeLink>
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="337" y="2709" width="48" height="48" index="105">
																			<XCUIElementTypeButton type="XCUIElementTypeButton" name="About this result" label="About this result" enabled="true" visible="false" accessible="true" x="337" y="2709" width="48" height="48" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Leapwork is the only AI-powered visual test automation platform that truly enables speed and efficiency in software testing." name="Leapwork is the only AI-powered visual test automation platform that truly enables speed and efficiency in software testing." label="Leapwork is the only AI-powered visual test automation platform that truly enables speed and efficiency in software testing." enabled="true" visible="false" accessible="true" x="16" y="2807" width="347" height="57" index="106" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Glassdoor https://www.glassdoor.co.in › Wor... Working at Leapwork" label="Glassdoor https://www.glassdoor.co.in › Wor... Working at Leapwork" enabled="true" visible="false" accessible="false" x="0" y="2885" width="390" height="100" index="107">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="https://www.glassdoor.co.in › Wor..." label="https://www.glassdoor.co.in › Wor..." enabled="true" visible="false" accessible="false" x="16" y="2900" width="318" height="36" index="0">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" name="Glassdoor" label="Glassdoor" enabled="true" visible="false" accessible="false" x="56" y="2901" width="66" height="19" index="0">
																					<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Glassdoor" name="Glassdoor" label="Glassdoor" enabled="true" visible="false" accessible="true" x="56" y="2901" width="66" height="19" index="0" />
																				</XCUIElementTypeLink>
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="https://www.glassdoor.co.in › Wor..." name="https://www.glassdoor.co.in › Wor..." label="https://www.glassdoor.co.in › Wor..." enabled="true" visible="false" accessible="true" x="56" y="2920" width="194" height="15" index="1" />
																			</XCUIElementTypeLink>
																			<XCUIElementTypeLink type="XCUIElementTypeLink" value="3" name="Working at Leapwork" label="Working at Leapwork" enabled="true" visible="false" accessible="false" x="16" y="2948" width="191" height="26" index="1">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" value="3" name="Working at Leapwork" label="Working at Leapwork" enabled="true" visible="false" accessible="false" x="16" y="2948" width="191" height="26" index="0">
																					<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Working at Leapwork" name="Working at Leapwork" label="Working at Leapwork" enabled="true" visible="false" accessible="true" x="16" y="2948" width="191" height="26" index="0" />
																				</XCUIElementTypeLink>
																			</XCUIElementTypeLink>
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="337" y="2885" width="48" height="48" index="108">
																			<XCUIElementTypeButton type="XCUIElementTypeButton" name="About this result" label="About this result" enabled="true" visible="false" accessible="true" x="337" y="2885" width="48" height="48" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="See what employees say it's like to work at Leapwork. Salaries, reviews, and more - all posted by employees working at Leapwork." name="See what employees say it's like to work at Leapwork. Salaries, reviews, and more - all posted by employees working at Leapwork." label="See what employees say it's like to work at Leapwork. Salaries, reviews, and more - all posted by employees working at Leapwork." enabled="true" visible="false" accessible="true" x="16" y="2983" width="339" height="57" index="109" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="3051" width="358" height="20" index="110">
																			<XCUIElementTypeImage type="XCUIElementTypeImage" name="Rated 3.6 out of 5," label="Rated 3.6 out of 5," enabled="true" visible="false" accessible="true" x="39" y="3055" width="69" height="12" index="0" />
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="(206)" name="(206)" label="(206)" enabled="true" visible="false" accessible="true" x="111" y="3052" width="32" height="17" index="1" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="2" name="Images" label="Images" enabled="true" visible="false" accessible="false" x="0" y="3091" width="390" height="64" index="111">
																			<XCUIElementTypeButton type="XCUIElementTypeButton" value="2" name="Images" label="Images" enabled="true" visible="false" accessible="true" x="0" y="3091" width="390" height="64" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="Working with LEAPWORK: 1. Introducing LEAPWORK" label="Working with LEAPWORK: 1. Introducing LEAPWORK" enabled="true" visible="false" accessible="true" x="16" y="3153" width="174" height="134" index="112" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="113" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Working with LEAPWORK: 1. Introducing LEAPWORK" label="Working with LEAPWORK: 1. Introducing LEAPWORK" enabled="true" visible="false" accessible="true" x="16" y="3286" width="173" height="49" index="114" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="40" y="3310" width="115" height="17" index="115">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Leapwork" name="Leapwork" label="Leapwork" enabled="true" visible="false" accessible="true" x="40" y="3310" width="55" height="17" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="About this result" label="About this result" enabled="true" visible="false" accessible="true" x="153" y="3292" width="48" height="49" index="116" />
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="Test Automation with Leapwork - voiceover" label="Test Automation with Leapwork - voiceover" enabled="true" visible="false" accessible="true" x="201" y="3153" width="173" height="134" index="117" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="118" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Test Automation with Leapwork - voiceover" label="Test Automation with Leapwork - voiceover" enabled="true" visible="false" accessible="true" x="201" y="3286" width="173" height="49" index="119" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="225" y="3310" width="115" height="17" index="120">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Leapwork" name="Leapwork" label="Leapwork" enabled="true" visible="false" accessible="true" x="225" y="3310" width="55" height="17" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="About this result" label="About this result" enabled="true" visible="false" accessible="true" x="338" y="3292" width="48" height="49" index="121" />
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="Leapwork 2021.1 Release Features" label="Leapwork 2021.1 Release Features" enabled="true" visible="false" accessible="true" x="16" y="3346" width="173" height="134" index="122" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="123" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork 2021.1 Release Features" label="Leapwork 2021.1 Release Features" enabled="true" visible="false" accessible="true" x="16" y="3479" width="173" height="49" index="124" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="40" y="3503" width="115" height="17" index="125">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Leapwork" name="Leapwork" label="Leapwork" enabled="true" visible="false" accessible="true" x="40" y="3503" width="55" height="17" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="About this result" label="About this result" enabled="true" visible="false" accessible="true" x="153" y="3485" width="48" height="49" index="126" />
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="Overview of LEAPWORK Web Automating Tool - EvilTester.com" label="Overview of LEAPWORK Web Automating Tool - EvilTester.com" enabled="true" visible="false" accessible="true" x="201" y="3346" width="173" height="134" index="127" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="128" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Overview of LEAPWORK Web Automating Tool - EvilTester.com" label="Overview of LEAPWORK Web Automating Tool - EvilTester.com" enabled="true" visible="false" accessible="true" x="201" y="3479" width="173" height="49" index="129" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="225" y="3503" width="115" height="17" index="130">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Evil Tester" name="Evil Tester" label="Evil Tester" enabled="true" visible="false" accessible="true" x="225" y="3503" width="57" height="17" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="About this result" label="About this result" enabled="true" visible="false" accessible="true" x="338" y="3485" width="48" height="49" index="131" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="More images" label="More images" enabled="true" visible="false" accessible="false" x="139" y="3561" width="86" height="20" index="132">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="More images" name="More images" label="More images" enabled="true" visible="false" accessible="true" x="139" y="3561" width="86" height="20" index="0" />
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="2" name="Web results" label="Web results" enabled="true" visible="false" accessible="false" x="0" y="3617" width="1" height="2" index="133">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Web results" name="Web results" label="Web results" enabled="true" visible="false" accessible="true" x="0" y="3614" width="118" height="27" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Microsoft AppSource https://appsource.microsoft.com › le... Leapwork Automation Platform" label="Microsoft AppSource https://appsource.microsoft.com › le... Leapwork Automation Platform" enabled="true" visible="false" accessible="false" x="0" y="3617" width="390" height="101" index="134">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="https://appsource.microsoft.com › le..." label="https://appsource.microsoft.com › le..." enabled="true" visible="false" accessible="false" x="16" y="3632" width="318" height="37" index="0">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" name="Microsoft AppSource" label="Microsoft AppSource" enabled="true" visible="false" accessible="false" x="56" y="3633" width="137" height="20" index="0">
																					<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Microsoft AppSource" name="Microsoft AppSource" label="Microsoft AppSource" enabled="true" visible="false" accessible="true" x="56" y="3633" width="137" height="20" index="0" />
																				</XCUIElementTypeLink>
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="https://appsource.microsoft.com › le..." name="https://appsource.microsoft.com › le..." label="https://appsource.microsoft.com › le..." enabled="true" visible="false" accessible="true" x="56" y="3652" width="209" height="16" index="1" />
																			</XCUIElementTypeLink>
																			<XCUIElementTypeLink type="XCUIElementTypeLink" value="3" name="Leapwork Automation Platform" label="Leapwork Automation Platform" enabled="true" visible="false" accessible="false" x="16" y="3680" width="280" height="27" index="1">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" value="3" name="Leapwork Automation Platform" label="Leapwork Automation Platform" enabled="true" visible="false" accessible="false" x="16" y="3680" width="280" height="27" index="0">
																					<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Leapwork Automation Platform" name="Leapwork Automation Platform" label="Leapwork Automation Platform" enabled="true" visible="false" accessible="true" x="16" y="3680" width="280" height="27" index="0" />
																				</XCUIElementTypeLink>
																			</XCUIElementTypeLink>
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="337" y="3617" width="48" height="49" index="135">
																			<XCUIElementTypeButton type="XCUIElementTypeButton" name="About this result" label="About this result" enabled="true" visible="false" accessible="true" x="337" y="3617" width="48" height="49" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Use Leapwork for your digital transformation and cloud migration needs. We can help validate applications after they are refactored to run natively on Azure." name="Use Leapwork for your digital transformation and cloud migration needs. We can help validate applications after they are refactored to run natively on Azure." label="Use Leapwork for your digital transformation and cloud migration needs. We can help validate applications after they are refactored to run natively on Azure." enabled="true" visible="false" accessible="true" x="16" y="3715" width="350" height="58" index="136" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="3783" width="358" height="21" index="137">
																			<XCUIElementTypeImage type="XCUIElementTypeImage" name="Rated 4.6 out of 5," label="Rated 4.6 out of 5," enabled="true" visible="false" accessible="true" x="39" y="3787" width="69" height="12" index="0" />
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="(73)" name="(73)" label="(73)" enabled="true" visible="false" accessible="true" x="111" y="3784" width="24" height="18" index="1" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Gartner https://www.gartner.com › product LEAPWORK Test Automation Reviews, Ratings &amp; Features 2024" label="Gartner https://www.gartner.com › product LEAPWORK Test Automation Reviews, Ratings &amp; Features 2024" enabled="true" visible="false" accessible="false" x="0" y="3823" width="390" height="127" index="138">
																			<XCUIElementTypeLink type="XCUIElementTypeLink" name="https://www.gartner.com › product" label="https://www.gartner.com › product" enabled="true" visible="false" accessible="false" x="16" y="3838" width="318" height="37" index="0">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" name="Gartner" label="Gartner" enabled="true" visible="false" accessible="false" x="56" y="3839" width="51" height="20" index="0">
																					<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Gartner" name="Gartner" label="Gartner" enabled="true" visible="false" accessible="true" x="56" y="3839" width="51" height="20" index="0" />
																				</XCUIElementTypeLink>
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="https://www.gartner.com › product" name="https://www.gartner.com › product" label="https://www.gartner.com › product" enabled="true" visible="false" accessible="true" x="56" y="3858" width="188" height="16" index="1" />
																			</XCUIElementTypeLink>
																			<XCUIElementTypeLink type="XCUIElementTypeLink" value="3" name="LEAPWORK Test Automation Reviews, Ratings &amp; Features 2024" label="LEAPWORK Test Automation Reviews, Ratings &amp; Features 2024" enabled="true" visible="false" accessible="false" x="16" y="3886" width="300" height="53" index="1">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" value="3" name="LEAPWORK Test Automation Reviews, Ratings &amp; Features 2024" label="LEAPWORK Test Automation Reviews, Ratings &amp; Features 2024" enabled="true" visible="false" accessible="false" x="16" y="3886" width="300" height="53" index="0">
																					<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="LEAPWORK Test Automation Reviews, Ratings &amp; Features 2024" name="LEAPWORK Test Automation Reviews, Ratings &amp; Features 2024" label="LEAPWORK Test Automation Reviews, Ratings &amp; Features 2024" enabled="true" visible="false" accessible="true" x="16" y="3886" width="300" height="53" index="0" />
																				</XCUIElementTypeLink>
																			</XCUIElementTypeLink>
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="337" y="3823" width="48" height="49" index="139">
																			<XCUIElementTypeButton type="XCUIElementTypeButton" name="About this result" label="About this result" enabled="true" visible="false" accessible="true" x="337" y="3823" width="48" height="49" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Leapwork is a company that provides an AI-driven visual test automation platform, designed to enhance speed and efficiency in software testing." name="Leapwork is a company that provides an AI-driven visual test automation platform, designed to enhance speed and efficiency in software testing." label="Leapwork is a company that provides an AI-driven visual test automation platform, designed to enhance speed and efficiency in software testing." enabled="true" visible="false" accessible="true" x="16" y="3947" width="354" height="58" index="140" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="4015" width="358" height="21" index="141">
																			<XCUIElementTypeImage type="XCUIElementTypeImage" name="Rated 3.7 out of 5," label="Rated 3.7 out of 5," enabled="true" visible="false" accessible="true" x="39" y="4019" width="69" height="12" index="0" />
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="(9)" name="(9)" label="(9)" enabled="true" visible="false" accessible="true" x="111" y="4016" width="16" height="18" index="1" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="142" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="143" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="144" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="2" name="People also search for" label="People also search for" enabled="true" visible="false" accessible="false" x="16" y="4071" width="358" height="27" index="145">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="People also search for" name="People also search for" label="People also search for" enabled="true" visible="false" accessible="true" x="16" y="4071" width="205" height="27" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="4117" width="986" height="230" index="146">
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="4117" width="184" height="230" index="0">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapmax Rated 4.5 out of 5, (8) Software company" label="Leapmax Rated 4.5 out of 5, (8) Software company" enabled="true" visible="false" accessible="true" x="16" y="4117" width="156" height="230" index="0" />
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="4117" width="156" height="126" index="1" /></XCUIElementTypeOther>
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="184" y="4117" width="168" height="230" index="1">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" name="Nextwork Technologies Privat... Rated 4.7 out of 5, (98) Software company" label="Nextwork Technologies Privat... Rated 4.7 out of 5, (98) Software company" enabled="true" visible="false" accessible="true" x="184" y="4117" width="156" height="230" index="0" />
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="184" y="4117" width="156" height="126" index="1" /></XCUIElementTypeOther>
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="352" y="4117" width="168" height="230" index="2">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leadket (OPC) Private Limited Rated 0.0 out of 5, (0) Coworking space" label="Leadket (OPC) Private Limited Rated 0.0 out of 5, (0) Coworking space" enabled="true" visible="false" accessible="true" x="352" y="4117" width="156" height="230" index="0" />
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="352" y="4117" width="156" height="126" index="1" /></XCUIElementTypeOther>
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="520" y="4117" width="168" height="230" index="3">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leap Bytes Rated 0.0 out of 5, (0) Software company" label="Leap Bytes Rated 0.0 out of 5, (0) Software company" enabled="true" visible="false" accessible="true" x="520" y="4117" width="156" height="230" index="0" />
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="520" y="4117" width="156" height="126" index="1" /></XCUIElementTypeOther>
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="688" y="4117" width="168" height="230" index="4">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" name="LeapLearner Rated 5.0 out of 5, (2) Corporate office" label="LeapLearner Rated 5.0 out of 5, (2) Corporate office" enabled="true" visible="false" accessible="true" x="688" y="4117" width="156" height="230" index="0" />
																				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="688" y="4117" width="156" height="126" index="1" /></XCUIElementTypeOther>
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="856" y="4117" width="130" height="230" index="5">
																				<XCUIElementTypeLink type="XCUIElementTypeLink" name="View all" label="View all" enabled="true" visible="false" accessible="false" x="888" y="4246" width="50" height="20" index="0">
																					<XCUIElementTypeLink type="XCUIElementTypeLink" name="View all" label="View all" enabled="true" visible="false" accessible="false" x="888" y="4246" width="50" height="20" index="0">
																						<XCUIElementTypeLink type="XCUIElementTypeLink" name="View all" label="View all" enabled="true" visible="false" accessible="false" x="888" y="4246" width="50" height="20" index="0">
																							<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="View all" name="View all" label="View all" enabled="true" visible="false" accessible="true" x="888" y="4246" width="50" height="20" index="0" />
																						</XCUIElementTypeLink>
																					</XCUIElementTypeLink>
																				</XCUIElementTypeLink>
																			</XCUIElementTypeOther>
																		</XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="168" y="4356" width="21" height="7" index="147" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="193" y="4356" width="7" height="7" index="148" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="204" y="4356" width="7" height="7" index="149" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="216" y="4357" width="5" height="5" index="150" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="227" y="4357" width="5" height="5" index="151" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="View all" label="View all" enabled="true" visible="false" accessible="false" x="157" y="4384" width="50" height="20" index="152">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="View all" name="View all" label="View all" enabled="true" visible="false" accessible="true" x="157" y="4384" width="50" height="20" index="0" />
																		</XCUIElementTypeLink>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="153" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="154" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="2" name="People also search for" label="People also search for" enabled="true" visible="false" accessible="false" x="16" y="4456" width="346" height="27" index="155">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="People also search for" name="People also search for" label="People also search for" enabled="true" visible="false" accessible="true" x="16" y="4456" width="205" height="27" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="337" y="4440" width="48" height="49" index="156">
																			<XCUIElementTypeButton type="XCUIElementTypeButton" name="About this result" label="About this result" enabled="true" visible="false" accessible="true" x="337" y="4440" width="48" height="49" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork LinkedIn" label="Leapwork LinkedIn" enabled="true" visible="false" accessible="true" x="16" y="4510" width="358" height="37" index="157" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="4558" width="358" height="2" index="158" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork Microsoft" label="Leapwork Microsoft" enabled="true" visible="false" accessible="true" x="16" y="4571" width="358" height="37" index="159" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="4619" width="358" height="2" index="160" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork certification" label="Leapwork certification" enabled="true" visible="false" accessible="true" x="16" y="4632" width="358" height="37" index="161" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="4680" width="358" height="2" index="162" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork revenue" label="Leapwork revenue" enabled="true" visible="false" accessible="true" x="16" y="4693" width="358" height="37" index="163" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="4741" width="358" height="2" index="164" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork AI" label="Leapwork AI" enabled="true" visible="false" accessible="true" x="16" y="4754" width="358" height="37" index="165" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="16" y="4802" width="358" height="2" index="166" />
																		<XCUIElementTypeLink type="XCUIElementTypeLink" name="Leapwork crunchbase" label="Leapwork crunchbase" enabled="true" visible="false" accessible="true" x="16" y="4815" width="358" height="37" index="167" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="168" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="169" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="170" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" value="1" name="Page Navigation" label="Page Navigation" enabled="true" visible="false" accessible="false" x="0" y="4893" width="1" height="2" index="171">
																			<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Page Navigation" name="Page Navigation" label="Page Navigation" enabled="true" visible="false" accessible="true" x="0" y="4893" width="102" height="17" index="0" />
																		</XCUIElementTypeOther>
																		<XCUIElementTypeButton type="XCUIElementTypeButton" name="More search results" label="More search results" enabled="true" visible="false" accessible="true" x="0" y="4889" width="390" height="65" index="172" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="173">
																			<XCUIElementTypeOther type="XCUIElementTypeOther" value="3" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="0" /></XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="174" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="175" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="176" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="177" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" name="content information" label="content information" enabled="true" visible="false" accessible="false" x="0" y="96" width="417" height="5041" index="178">
																			<XCUIElementTypeOther type="XCUIElementTypeOther" value="1" name="Footer links" label="Footer links" enabled="true" visible="false" accessible="false" x="0" y="4957" width="1" height="2" index="0">
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Footer links" name="Footer links" label="Footer links" enabled="true" visible="false" accessible="true" x="0" y="4957" width="74" height="17" index="0" />
																			</XCUIElementTypeOther>
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="4973" width="417" height="36" index="1">
																				<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="India" name="India" label="India" enabled="true" visible="false" accessible="true" x="177" y="4980" width="36" height="21" index="0" />
																			</XCUIElementTypeOther>
																			<XCUIElementTypeButton type="XCUIElementTypeButton" name="Gorakhpur Division, Uttar Pradesh  -  Based on your past activity" label="Gorakhpur Division, Uttar Pradesh  -  Based on your past activity" enabled="true" visible="false" accessible="true" x="72" y="5019" width="246" height="41" index="2" />
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="96" width="390" height="795" index="3" />
																			<XCUIElementTypeButton type="XCUIElementTypeButton" name="Update location" label="Update location" enabled="true" visible="false" accessible="true" x="145" y="5077" width="100" height="18" index="4" />
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="5" />
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="6" /></XCUIElementTypeOther>
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="179" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="180" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="181" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="182" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="183" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="184" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="185" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="186" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="187" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="96" width="390" height="670" index="188" />
																		<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="189">
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="0" />
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="1" />
																			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="0" height="0" index="2" /></XCUIElementTypeOther>
																	</XCUIElementTypeOther>
																</XCUIElementTypeOther>
															</XCUIElementTypeOther>
														</XCUIElementTypeOther>
													</XCUIElementTypeWebView>
													<XCUIElementTypeOther type="XCUIElementTypeOther" value="0%" name="Vertical scroll bar, 8 pages" label="Vertical scroll bar, 8 pages" enabled="true" visible="true" accessible="false" x="357" y="97" width="30" height="669" index="1" />
													<XCUIElementTypeOther type="XCUIElementTypeOther" value="0%" name="Horizontal scroll bar, 1 page" label="Horizontal scroll bar, 1 page" enabled="true" visible="true" accessible="false" x="0" y="733" width="390" height="30" index="2" />
												</XCUIElementTypeWebView>
											</XCUIElementTypeWebView>
										</XCUIElementTypeOther>
									</XCUIElementTypeOther>
								</XCUIElementTypeOther>
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="844" index="3" />
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="844" index="4" />
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="10" y="51" width="370" height="36" index="5" />
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="766" width="390" height="78" index="6">
									<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="766" width="390" height="78" index="0">
										<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="765" width="390" height="1" index="0" />
										<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="10" y="766" width="370" height="44" index="1">
											<XCUIElementTypeButton type="XCUIElementTypeButton" name="Back" label="Back" enabled="true" visible="true" accessible="true" x="10" y="766" width="44" height="44" index="0" />
											<XCUIElementTypeButton type="XCUIElementTypeButton" name="Forward" label="Forward" enabled="false" visible="true" accessible="true" x="91" y="766" width="45" height="44" index="1" />
											<XCUIElementTypeButton type="XCUIElementTypeButton" name="kToolbarNewTabButtonIdentifier" label="New Tab" enabled="true" visible="true" accessible="true" x="173" y="766" width="44" height="44" index="2" />
											<XCUIElementTypeButton type="XCUIElementTypeButton" value="8" name="kToolbarStackButtonIdentifier" label="Show Tabs" enabled="true" visible="true" accessible="true" x="254" y="766" width="45" height="44" index="3">
												<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="8" name="8" label="8" enabled="true" visible="true" accessible="false" x="269" y="781" width="15" height="14" index="0" />
											</XCUIElementTypeButton>
											<XCUIElementTypeButton type="XCUIElementTypeButton" name="kToolbarToolsMenuButtonIdentifier" label="Menu" enabled="true" visible="true" accessible="true" x="329" y="766" width="44" height="44" index="4" />
										</XCUIElementTypeOther>
									</XCUIElementTypeOther>
								</XCUIElementTypeOther>
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="329" y="766" width="44" height="44" index="7" /></XCUIElementTypeOther>
						</XCUIElementTypeOther>
						<XCUIElementTypeToolbar type="XCUIElementTypeToolbar" name="Toolbar" label="Toolbar" enabled="true" visible="false" accessible="false" x="0" y="47" width="390" height="52" index="2">
							<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="99" index="0">
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="99" index="0" />
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="99" index="1">
									<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="99" index="0" /></XCUIElementTypeOther>
							</XCUIElementTypeOther>
							<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="47" width="390" height="52" index="1">
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="47" width="390" height="52" index="0">
									<XCUIElementTypeButton type="XCUIElementTypeButton" name="TabGridSearchButtonIdentifier" label="Search" enabled="true" visible="false" accessible="true" x="0" y="47" width="47" height="52" index="0" />
								</XCUIElementTypeOther>
							</XCUIElementTypeOther>
						</XCUIElementTypeToolbar>
						<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="766" width="390" height="78" index="3">
							<XCUIElementTypeToolbar type="XCUIElementTypeToolbar" name="Toolbar" label="Toolbar" enabled="true" visible="false" accessible="false" x="0" y="766" width="390" height="44" index="0">
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="766" width="390" height="44" index="0">
									<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="766" width="390" height="44" index="0">
										<XCUIElementTypeButton type="XCUIElementTypeButton" name="TabGridDoneButtonIdentifier" label="Done" enabled="true" visible="false" accessible="true" x="324" y="766" width="66" height="44" index="0" />
									</XCUIElementTypeOther>
								</XCUIElementTypeOther>
							</XCUIElementTypeToolbar>
							<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="766" width="390" height="78" index="1">
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="766" width="390" height="78" index="0" />
								<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="766" width="390" height="78" index="1">
									<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="766" width="390" height="78" index="0" /></XCUIElementTypeOther>
							</XCUIElementTypeOther>
						</XCUIElementTypeOther>
					</XCUIElementTypeOther>
				</XCUIElementTypeOther>
			</XCUIElementTypeOther>
			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="10" y="51" width="370" height="36" index="2" />
			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="17" y="54" width="30" height="30" index="3" />
			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="61" y="51" width="315" height="36" index="4" />
			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="345" y="57" width="24" height="24" index="5" />
			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="766" width="390" height="78" index="6" />
			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="766" width="390" height="78" index="7" />
			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="10" y="766" width="44" height="44" index="8" />
			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="91" y="766" width="45" height="44" index="9" />
			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="173" y="766" width="44" height="44" index="10" />
			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="254" y="766" width="45" height="44" index="11" />
			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="336" y="766" width="44" height="44" index="12" />
		</XCUIElementTypeWindow>
		<XCUIElementTypeWindow type="XCUIElementTypeWindow" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="844" index="1">
			<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="844" index="0">
				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="390" height="844" index="0" />
				<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="844" width="390" height="233" index="1" /></XCUIElementTypeOther>
		</XCUIElementTypeWindow>
	</XCUIElementTypeApplication>
</AppiumAUT>```

 

Note- The problem is even though the Textbox has text “leapwork” but while trying to get the text from the same text box appium is returning only “\n”.
I have added only “\n” to the text to simulate Press enter action in the text box.
as below:
var text = options.NeedPressEnter ? options.Text + “\n” : options.Text;
element.SendKeys(text);

I suspect the appium api is not returning the actual text but only the “\n” character as shown in the below logs from appium:


[e0290aa1][XCUITestDriver@12f2] Executing command 'proxyReqRes'
[e0290aa1][XCUITestDriver@12f2] Matched '/wd/hub/session/e0290aa1-47f0-4002-b63e-e8c75eee067c/element/01090000-0000-0000-A302-000000000000/text' to command name 'getText'
[e0290aa1][XCUITestDriver@12f2] Proxying [GET /wd/hub/session/e0290aa1-47f0-4002-b63e-e8c75eee067c/element/01090000-0000-0000-A302-000000000000/text] to [GET http://127.0.0.1:8100/session/5DF4A6EA-8FB6-4BD0-827A-D33AEC31A3FE/element/01090000-0000-0000-A302-000000000000/text] with no body
[e0290aa1][XCUITestDriver@12f2] Got response with status 200: {"value":"\n","sessionId":"5DF4A6EA-8FB6-4BD0-827A-D33AEC31A3FE"}
[e0290aa1][XCUITestDriver@12f2] Replacing sessionId 5DF4A6EA-8FB6-4BD0-827A-D33AEC31A3FE with e0290aa1-47f0-4002-b63e-e8c75eee067c

could you please help/provide suggestions if there is any way to retrieve the actual text or complete text from the textbox?

here is in your page source

<XCUIElementTypeOther type="XCUIElementTypeOther" value="&#xA;" enabled="true" visible="true" accessible="true" x="64" y="170" width="214" height="24" index="1" />

where &#xA; in decimal system is &#10; = \n = LF (Line Feed)

There are 6 elements with value="Leapwork" you entered and one of it looks like element you looking for. Maybe they are only elements that are in search results… this is you need check yourself…

Thaks for your response @Aleksei ,
But I am sure we are setting the text as “leapwork” in the textbox and is visible as well on the device. So ideally when I am going to read from the same textbox I should get the complete text. It’s strange that page source has only \n in the textbox field.

you can try switch to webView and search like in pure web test…

Could you please elaborate more on this or share some relevant article as its completely new for me ?

Hi, I have one observation which I got from the web page source:

<XCUIElementTypeOther type="XCUIElementTypeOther" name="leapwork - Google Search" label="leapwork - Google Search" enabled="true" visible="false" accessible="false" x="0" y="97" width="390" height="5039" index="0">
	
<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Images" name="Images" label="Images" enabled="true" visible="true" accessible="true" x="56" y="221" width="49" height="19" index="0" />

This webpage belongs to chrome app. I am able to read the element with value=“Images” and accessible=“true”
but the element for which I am facing the issue , its accessible=“false” is set.
I suspect that can be the reason due to which I can’t read it.
Is it a known issue ?

  1. find out first is your webView Debugabble (nice article)
    Yes → continue, No - ask dev to make it debugabble for test builds
  2. read more