Remove an existing test

This commit is contained in:
Michael Mintz 2021-03-23 02:43:33 -04:00
parent edbe485706
commit b15d2084d9
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
import time
from seleniumbase import BaseCase
class GetTextTests(BaseCase):
def test_ip_cow(self):
self.open('https://www.ipcow.com/')
ip_data = self.get_text("div.box")
print("\n\n*** IP and Browser Data: ***")
print(ip_data)
print("\nThe browser will close automatically in 7 seconds...")
time.sleep(7)