← Back to team overview

sikuli-driver team mailing list archive

[Question #255178]: Getting default location pop up in IOS mobile automation testing

 

New question #255178 on Sikuli:
https://answers.launchpad.net/sikuli/+question/255178

Hi,

I am doing ioS Mobile automation testing for Native application.

I am getting an system generated location alert "... would like to use your Current Location"while opening the application in simulator . I am not able to handle this with Selenium as i am not able to capture this alert  box using Inspector .

Is there any way to handle this with the help of capabilities (while setting the capabilities ) .I am using the below code :
capabilities.setCapability(CapabilityType.VERSION, "7.0");
			capabilities.setCapability(CapabilityType.PLATFORM, "Mac");
			capabilities.setCapability("Device", "iPhone Simulator");
			capabilities.setCapability("app","/Users/test/EclipseMediaSourceTree/EclipseMedia/build/Release-iphonesimulator/EclipseMedia.app");*/
			//capabilities.setCapability("app","sauce:storage:EclipseMedia.app.zip");
			
			try{
			driver = new RemoteWebDriver(
					new URL(remoteDriverURL), capabilities);
			}

I am using Java + Appium + Web Driver +Sikuli.


-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.