Skip to content

Instantly share code, notes, and snippets.

View habr's full-sized avatar

habr

View GitHub Profile
@habr
habr / lesson2_.gitignore
Created September 26, 2020 16:17
OTUS.Lesson2
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
@habr
habr / MyFirstScript.java
Created January 9, 2018 15:31
Test Case 1: Successful User Regitration.
package com.demo.testcases;
import org.openqa.selenium.By;
import org.openqa.selenium.SearchContext;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.safari.SafariDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;