Written for fairly adept technical users, preferably of Debian GNU/Linux, not for absolute beginners.
|
You'll probably be working with a single smartcard, so you'll want only one primary key ( |
|
You'll probably be working with a single smartcard, so you'll want only one primary key ( |
| #!/usr/bin/env ruby | |
| # modified from https://gist.github.com/pbock/3ab260f3862c350e6b5f # | |
| require 'watir-webdriver' | |
| class BurgerBot | |
| def initialize | |
| @attempt_count = 0 |