- Mobile Test Automation with Appium
- Nishant Verma
- 169字
- 2021-07-02 20:34:34
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "With version 1.6, Appium has provided support to UiAutomator 2. Appium uses the appium-android-bootstrap module to interact with UI Automator. "
A block of code is set as follows:
@Before
public void startAppiumServer() throws IOException {
AppiumDriverLocalService appiumService =
AppiumDriverLocalService.buildDefaultService();
appiumService.start();
}
Any command-line input or output is written as follows:
automationName: XCUITest
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking on Start Session will launch a new Appium inspector screen, as illustrated."
- Java逍遙游記
- JBoss Weld CDI for Java Platform
- 極簡(jiǎn)算法史:從數(shù)學(xué)到機(jī)器的故事
- 少兒人工智能趣味入門:Scratch 3.0動(dòng)畫與游戲編程
- JavaScript全程指南
- 編程卓越之道(卷3):軟件工程化
- Blockly創(chuàng)意趣味編程
- Java 11 Cookbook
- JAVA程序設(shè)計(jì)實(shí)驗(yàn)教程
- Swift 4 Protocol-Oriented Programming(Third Edition)
- C++語言程序設(shè)計(jì)
- 微課學(xué)人工智能Python編程
- 算法圖解
- PyQt編程快速上手
- UML基礎(chǔ)與Rose建模實(shí)用教程(第三版)