- Selenium Design Patterns and Best Practices
- Dima Kovalenko
- 197字
- 2021-08-05 17:59:34
Conventions
In this book, you will find a number of styles of text 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: "You can even open the search_test.html
file in your web browser and see how it looks!"
A block of code is set as follows:
more_info_buttons = special_items.collect do |special_item| special_item.find_element(:class, "more-info") end
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
require 'rubygems' require 'selenium-webdriver' selenium = Selenium::WebDriver.for(:firefox) selenium.get("http://awful-valentine.com/") selenium.find_element(:id, "searchinput").clear selenium.find_element(:id, "searchinput").send_keys("cheese") selenium.find_element(:id, "searchsubmit").click selenium.quit
Any command-line input or output is written as follows:
ruby run_tests.rb
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on Install Now when it becomes clickable after several seconds."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Google Apps Script for Beginners
- JavaScript高效圖形編程
- Python從入門到精通(精粹版)
- Silverlight魔幻銀燈
- Securing WebLogic Server 12c
- SQL Server 2016 從入門到實戰(zhàn)(視頻教學版)
- JQuery風暴:完美用戶體驗
- 交互設計師成長手冊:從零開始學交互
- JavaScript前端開發(fā)基礎教程
- Android嵌入式系統(tǒng)程序開發(fā)(基于Cortex-A8)
- 從零開始學Unity游戲開發(fā):場景+角色+腳本+交互+體驗+效果+發(fā)布
- MySQL核心技術與最佳實踐
- Instant AppFog
- Mastering Magento Theme Design
- Python深度學習入門:從零構建CNN和RNN