当前位置:网站首页>About the problem of APP flash back after appium starts the app - (solved)
About the problem of APP flash back after appium starts the app - (solved)
2022-07-07 13:02:00 【Full stack husky】

Wanyeji |
---|
Faint thunder , Cloudy sky . |
But I hope the wind and rain will come , I can keep you here . |
Preface :
Author's brief introduction : Husky who yearns for power , You can call me Siberian Husky , One devoted to TFS - The whole stack Empowered bloggers
CSDN Blog expert certification 、 Nova plan Season 3 full stack track top_1 、 Huawei cloud sharing expert 、 Alibaba cloud expert Blogger
If there is something wrong with the knowledge of the article , Please correct me. ! Learn with you , Progress together
The motto of life : Being superior to some other man , Is not high , The true nobility is to be superior to one's former self .
If you feel the blogger's article is good , Please pay attention. 、 give the thumbs-up 、 Collect three companies to support bloggers
Column series ( Click unlock ) Learning route guidance Knowledge orientation Python Full stack white paper Zero foundation beginner level chapter Easy to get started in an easy to understand way , Let you fall in love with Python The charm of . Advanced Grammar Mainly around multi-threaded programming 、 Regular expression learning 、 Including project exercises close to actual combat . Office automation Realize the automatic operation of daily office software , Save time 、 Improve office efficiency . Automation test practice From the perspective of actual combat , One step ahead , Rapid transformation test development engineer . Database development practice Updating Introduction and practice of reptile Updating Data analysis Updating Introduction to the front +flask Full stack Updating django+vue Full stack Updating expand - Introduction to artificial intelligence Updating The road to network security Stepping on a pit Record the pit encountered during learning and drilling , It is convenient for those who come from behind to catch up Net security literacy Three days fishing , No deep understanding of the principle , It will only make you a script boy . vulhub The loopholes in the shooting range reappear Make it easy to reproduce vulnerabilities , Let security researchers focus more on the vulnerability principle itself . shell Programming Don't involve linux Basics , The final case will be in the direction of safety reinforcement . [ To be finished ] WEB Vulnerability attack and defense 2021 year 9 month 3 Stop updating on , Move to safe communities such as prophet community and small secret circles Collection of penetration tools 2021 year 9 month 3 Stop updating on , Move to safe communities such as prophet community and small secret circles A little Engineer Test artifact - Charles Software test data packet capture analysis artifact Test artifact - Fiddler Learn to fiddle , Learn not to stand upside down and eat , Rarefied ! Test artifact - Jmeter Not just a performance test artifact , It can also be used to build a lightweight interface automation testing framework . RobotFrameWork Python Automatic test tool realized , This chapter only introduces UI Automation part . Java Realization UI automation Document written in 2016 year ,Java Realized UI automation , It still has reference significance . MonkeyRunner There are not many application scenarios for this tool at present , The document has been deleted , Only for the sake of good typesetting .

List of articles
Introduction background
In writing blog appium At the time of the case , The following scene appears : When passed python Script
Realization appium Of APP In the end automation scenario , After starting the tested app After that ,APP Flash back after startup . as follows :


Abnormal analysis
Try this to analyze the error log , To no avail .
Try to find previous cases on the Internet , To no avail .
… Too many fruitless , And waste time .
There's a big guy to mention something , Probably because app Safety reinforcement of , After all appium 、selenium Plus the simulator , This is a conventional reptile crawl app operation …
so… Forget it , Don't digress , Keep going .
Finally, look at the startup parameters of the script , as follows :
# Launch parameters
desired_caps = {
} # Definition desired_caps Variable , Used to assign a lot of startup information
desired_caps['platformName'] = 'Android' # Equipment name 、 System is "Android"
desired_caps['platformVersion'] = '7.1.2' # Here is the setup center of the night God simulator to view the Android version "7.1.2" , Later, I will tell you how to switch versions
desired_caps['deviceName'] = '127.0.0.1:62001' # If it is a real machine, fill in the equipment name ; Because we use simulators , Fill in IP Port number
desired_caps['appPackage'] = 'com.baidu.searchbox' # APP The package name ; Here we use the address book
desired_caps['appActivity'] = 'com.baidu.searchbox.SplashActivity' # The name of the launched interface ( Or the startup name , The default is "." At the beginning )
desired_caps['automationName']='UiAutomator1'
About the sixth and seventh lines : This is a required parameter for the startup parameter , If we log out these two lines of parameters , Then start it manually in the simulator app , Is it possible to bypass this error reporting problem when running scripts ?
The operation results are as follows :

Solution
This solution is not so friendly , After all, he needs to start it manually app , Instead of starting through a script app. It seems very stupid , It can only be regarded as a bad way . Later, if I find a solution, I will update .
If any boss knows how to solve this problem , Please give me some advice .
边栏推荐
- 云检测2020:用于高分辨率遥感图像中云检测的自注意力生成对抗网络Self-Attentive Generative Adversarial Network for Cloud Detection
- 测试下摘要
- Day22 deadlock, thread communication, singleton mode
- 环境配置篇
- regular expression
- test
- 认养一头牛冲刺A股:拟募资18.5亿 徐晓波持股近40%
- . Net ultimate productivity of efcore sub table sub database fully automated migration codefirst
- Leetcode skimming: binary tree 27 (delete nodes in the binary search tree)
- Blog recommendation | Apache pulsar cross regional replication scheme selection practice
猜你喜欢
.Net下極限生產力之efcore分錶分庫全自動化遷移CodeFirst
Differences between MySQL storage engine MyISAM and InnoDB
Sequoia China completed the new phase of $9billion fund raising
通过Keil如何查看MCU的RAM与ROM使用情况
2022a special equipment related management (boiler, pressure vessel and pressure pipeline) simulated examination question bank simulated examination platform operation
Importance of database security
[crawler] avoid script detection when using selenium
. Net ultimate productivity of efcore sub table sub database fully automated migration codefirst
如何将 @Transactional 事务注解运用到炉火纯青?
HZOJ #240. 图形打印四
随机推荐
Sed of three swordsmen in text processing
Ip2long and long2ip analysis
API query interface for free mobile phone number ownership
Day-14 common APIs
Star Enterprise Purdue technology layoffs: Tencent Sequoia was a shareholder who raised more than 1billion
通过Keil如何查看MCU的RAM与ROM使用情况
[爬虫]使用selenium时,躲避脚本检测
【学习笔记】AGC010
Smart cloud health listed: with a market value of HK $15billion, SIG Jingwei and Jingxin fund are shareholders
.Net下极限生产力之efcore分表分库全自动化迁移CodeFirst
[learn wechat from 0] [00] Course Overview
SSM框架搭建的步骤
Master formula. (used to calculate the time complexity of recursion.)
HZOJ #240. Graphic printing IV
[learn micro services from 0] [02] move from single application to service
[crawler] avoid script detection when using selenium
Conversion from non partitioned table to partitioned table and precautions
. Net ultimate productivity of efcore sub table sub database fully automated migration codefirst
Day-15 common APIs and exception mechanisms
test