function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Raghu N 25Raghu N 25 

Salesforce1 Mobile automation using Appium

Hi Team,

I am trying to automate mobile test scenarios for salesforce app but facing problem related to viewing mirror image of opened Salesforce App in real device with Appium app Inspector installed in my desktop . I can able to launch the Salesforce APP in real device but couldn't identify object locators  example username , password and login button xpath can not be identified using Appium app Inspector or uiautomatorviewer.

Error : Could not obtain source: [object Object] after Appium launches the app .

Please help me . Thanks 

Note : Appium setup looks fine in my Desktop. I am able to Lauch other APPS ( Eg : Amazon, Facebook ) and able to identify objects . Issue is facing with Salesforce APP . 

ios manios man
 
hello,
my phone just went through an Android upgrade and it seems like including the Appium app and
some other apps are crashing, I am really concerned about this one thought please help! tweakbox (https://tweakbox-app.co) tweakbox (https://tweakbox-app.org) tweakbox (https://tweakbox.biz)



 
NagendraNagendra (Salesforce Developers) 
Hi Raghu,

If you have the desktop version of Appium server running, stop the session and re-start it, or exit the server completely, as you don't need to have it running to use the inspector, yet somehow it finds ways to sometimes interfere with the inspector. 

Thanks,
Nagendra
Pascal Potrafke 2Pascal Potrafke 2
Hi, 
my plan is to automate mobile testing with Appium too. My first question is how to get the image file I need you mentioned?
I plan to run the test on a simulator, maybe even with Sauce Labs. But I don't know which path to the app I have to provide.
Any idea?

Thanks,
Pascal