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
| usb-Silicon_Labs_CP2104_USB_to_UART_Bridge_Controller_0067DE7F-if00-port0 |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script> | |
| function getParameterByName(name, url) { | |
| if (!url) url = window.location.href; | |
| name = name.replace(/[\[\]]/g, '\\$&'); | |
| var regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'), | |
| results = regex.exec(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
| version: "2" | |
| services: | |
| jenkins: | |
| image: jenkinsci/blueocean | |
| user: root | |
| ports: | |
| - "8080:8080" | |
| - "8443:8443" | |
| - "50000:50000" | |
| volumes: |
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
| pipeline { | |
| agent { | |
| docker { | |
| image 'markhobson/maven-chrome' | |
| } | |
| } | |
| stages { | |
| stage('Download Feature Files'){ | |
| steps { |
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
| SUBSYSTEM=="usb", ATTR{idVendor}=="0502", MODE="0666", GROUP="plugdev" #Acer | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", MODE="0666", GROUP="plugdev" #ASUS | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="413c", MODE="0666", GROUP="plugdev" #Dell | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="0489", MODE="0666", GROUP="plugdev" #Foxconn | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="04c5", MODE="0666", GROUP="plugdev" #Fujitsu | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="04c5", MODE="0666", GROUP="plugdev" #Fujitsu Toshiba | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="091e", MODE="0666", GROUP="plugdev" #Garmin-Asus | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0666", GROUP="plugdev" #Google | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="201E", MODE="0666", GROUP="plugdev" #Haier | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="109b", MODE="0666", GROUP="plugdev" #Hisense |
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 automated.mobile.tbk.android.Definitions; | |
| import static org.junit.Assert.assertTrue; | |
| import java.net.URL; | |
| import java.util.Set; | |
| import java.util.concurrent.TimeUnit; | |
| import org.openqa.selenium.By; | |
| import org.openqa.selenium.JavascriptExecutor; |
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
| C:\Users\usuario | |
| λ appium | |
| [Appium] Welcome to Appium v1.10.0 | |
| [Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
| [HTTP] --> POST /wd/hub/session | |
| [HTTP] {"desiredCapabilities":{"noReset":true,"newCommandTimeout":1800,"automationName":"UiAutomator2","autoGrantPermissions":true,"browserName":"Chrome","unicodeKeyboard":true,"platformName":"Android","deviceName":"V3X5T18819003269","resetKeyboard":true},"capabilities":{"alwaysMatch":{"appium:autoGrantPermissions":true,"appium:automationName":"UiAutomator2","browserName":"Chrome","appium:deviceName":"V3X5T18819003269","appium:newCommandTimeout":1800,"appium:noReset":true,"platformName":"android","appium:resetKeyboard":true,"appium:unicodeKeyboard":true},"firstMatch":[{}]}} | |
| [debug] [W3C] Calling AppiumDriver.createSession() with args: [{"noReset":true,"newCommandTimeout":1800,"automationName":"UiAutomator2","autoGrantPermissions":true,"browserName":"Chrome","unicodeKeyboard":true,"platformName":"Android","deviceName":"V3X5T18819003269","resetKeyboar |
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 | |
| [Appium] Welcome to Appium v1.10.0 | |
| [Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
| [HTTP] --> POST /wd/hub/session | |
| [HTTP] {"desiredCapabilities":{"newCommandTimeout":1800,"automationName":"UiAutomator2","autoGrantPermissions":true,"browserName":"Chrome","unicodeKeyboard":true,"platformName":"Android","deviceName":"V3X5T18819003269","resetKeyboard":true},"capabilities":{"alwaysMatch":{"appium:autoGrantPermissions":true,"appium:automationName":"UiAutomator2","browserName":"Chrome","appium:deviceName":"V3X5T18819003269","appium:newCommandTimeout":1800,"platformName":"android","appium:resetKeyboard":true,"appium:unicodeKeyboard":true},"firstMatch":[{}]}} | |
| [debug] [W3C] Calling AppiumDriver.createSession() with args: [{"newCommandTimeout":1800,"automationName":"UiAutomator2","autoGrantPermissions":true,"browserName":"Chrome","unicodeKeyboard":true,"platformName":"Android","deviceName":"V3X5T18819003269","resetKeyboard":true},null,{"alwaysMatch":{"appium:autoGrantPermissions":true,"appi |