For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class ClangFormatAT7 < Formula | |
| desc "Formatting tool for C/C++/Java/JavaScript/Objective-C/Protobuf" | |
| homepage "https://releases.llvm.org/7.0.0/tools/clang/docs/ClangFormat.html" | |
| version "7.0.0" | |
| if MacOS.version >= :sierra | |
| url "https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_700/final/", :using => :svn | |
| else | |
| url "http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_700/final/", :using => :svn | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2017-06-12 08:16:23:108 - [Appium] Welcome to Appium v1.6.4 | |
| 2017-06-12 08:16:23:111 - [Appium] Non-default server args: | |
| 2017-06-12 08:16:23:112 - [Appium] address: 10.3.100.5 | |
| 2017-06-12 08:16:23:112 - [Appium] port: 4725 | |
| 2017-06-12 08:16:23:112 - [Appium] sessionOverride: true | |
| 2017-06-12 08:16:23:113 - [Appium] logTimestamp: true | |
| 2017-06-12 08:16:23:113 - [Appium] nodeconfig: /selenium/nodeAppium.json | |
| 2017-06-12 08:16:23:113 - [Appium] tmpDir: /selenium/tmp_iphone | |
| 2017-06-12 08:16:23:114 - [Appium] defaultCommandTimeout: 2100000 | |
| 2017-06-12 08:16:23:114 - [Appium] udid: 19fd145faf095821513db0881e3f07e2e8c8b995 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Appium] Welcome to Appium v1.6.3 | |
| [Appium] Non-default server args: | |
| [Appium] address: '10.6.240.207' | |
| [Appium] port: 4721 | |
| [Appium] sessionOverride: true | |
| [Appium] nodeconfig: '/appium/iPhone/nodeAppiumiPhone.json' | |
| [Appium] tmpDir: '/appium/iPhone/tmp_iphone' | |
| [Appium] debugLogSpacing: true | |
| [Appium] defaultCommandTimeout: 600000 | |
| [Appium] udid: '8e08ceb63086da354d52e9d8d51dee4e5f26d0d5' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.saucelabs.appium; | |
| import io.appium.java_client.AppiumDriver; | |
| import io.appium.java_client.ios.IOSDriver; | |
| import io.appium.java_client.ios.IOSElement; | |
| import io.appium.java_client.remote.MobileCapabilityType; | |
| import java.io.File; | |
| import java.net.URL; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Appium] Welcome to Appium v1.6.0-beta3 (REV ece7f8a24232288832b81aaa230469bdb82faff4) | |
| [Appium] Non-default server args: | |
| [Appium] address: '10.6.240.96' | |
| [Appium] port: 4725 | |
| [Appium] sessionOverride: true | |
| [Appium] nodeconfig: '/appium/iPad/nodeAppiumiPad.json' | |
| [Appium] tmpDir: '/appium/iPad/tmp_ipad' | |
| [Appium] debugLogSpacing: true | |
| [Appium] defaultCommandTimeout: 600000 | |
| [Appium] app: 'com.test.app' |