Skip to content

Instantly share code, notes, and snippets.

View bjvta's full-sized avatar

Brandon Valle bjvta

  • bjvSoft
  • Remote/Santa Cruz - Bolivia
View GitHub Profile
from django.contrib.staticfiles.testing import StaticLiveServerTestCase
from django.conf import settings
from selenium import webdriver
from selenium.webdriver.common.action_chains import ActionChains
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait, Select
from selenium.webdriver.support import expected_conditions as EC
import time
from unittest import skip