#Getting Started
##Webpage:
<html>
<head>
<title>Testing with Ruby and Selenium WebDriver</title>
</head>
<body bgcolor="antiquewhite">
#!/bin/bash | |
# | |
# Written by Chris Arceneaux | |
# GitHub: https://github.com/carceneaux | |
# Email: [email protected] | |
# Website: http://arsano.ninja | |
# | |
# Note: This code is a stop-gap to erase Job Artifacts for a project. I HIGHLY recommend you leverage | |
# "artifacts:expire_in" in your .gitlab-ci.yml | |
# |
/** | |
* This a method to get text from a native iOS/Android app component. | |
* It can be used when you are using webdriver.io | |
* | |
* In the app I need to automate I found out that: | |
* - iOS will have the complete text (of all the childeren) in the parent component. | |
* - on Android a component can have mutiple childrens, that's why you get an array of text back | |
* | |
* Feel free to use it for all kinds of purposes, a star is much appreciated ;-) | |
* |
REG ADD "HKCU\Software\Policies\Microsoft\Internet Explorer\BrowserEmulation\PolicyList" /v "google.com" /d "google.com" /t REG_SZ /f | |
REG QUERY "HKCU\Software\Policies\Microsoft\Internet Explorer\BrowserEmulation\PolicyList" /s |
#Getting Started
##Webpage:
<html>
<head>
<title>Testing with Ruby and Selenium WebDriver</title>
</head>
<body bgcolor="antiquewhite">
L1 cache reference ......................... 0.5 ns
Branch mispredict ............................ 5 ns
L2 cache reference ........................... 7 ns
Mutex lock/unlock ........................... 25 ns
Main memory reference ...................... 100 ns
Compress 1K bytes with Zippy ............. 3,000 ns = 3 µs
Send 2K bytes over 1 Gbps network ....... 20,000 ns = 20 µs
SSD random read ........................ 150,000 ns = 150 µs
Read 1 MB sequentially from memory ..... 250,000 ns = 250 µs