Skip to content

Instantly share code, notes, and snippets.

URL
API
CSS
HTML
Cookie
DNS
Domain Name
Firewall
HTTP/HTTPS
IP Address
@kenrett
kenrett / index.html
Created September 2, 2017 00:56
OOJS Breakout
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Coolest breakout ever</title>
</head>
<body>
<h1>Words</h1>
<script src="person.js"></script>
</body>
@kenrett
kenrett / Selenium Cheat Sheet.md
Last active May 25, 2023 01:28
Selenium Cheat Sheet - Ruby

#Getting Started

##Webpage:

<html>
<head>
    <title>Testing with Ruby and Selenium WebDriver</title>
</head>
 
<body bgcolor="antiquewhite">