Skip to content

Instantly share code, notes, and snippets.

View MicahLC's full-sized avatar
🐛
Testing. Always testing.

Micah MicahLC

🐛
Testing. Always testing.
View GitHub Profile
@MicahLC
MicahLC / CookieTest.java
Created July 13, 2018 19:39
Test for reproducing bug where Android can't delete cookie starting with session.
package com.example;
import java.util.Date;
import java.util.GregorianCalendar;
import org.openqa.selenium.By;
import org.openqa.selenium.Cookie;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;