Skip to content

Commit 7a5c00a

Browse files
committed
Update an example test
1 parent 39cd3ab commit 7a5c00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ip_cow_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class MyTestClass(BaseCase):
66

77
def test_ip_cow(self):
88
self.open('https://www.ipcow.com/')
9-
ip_data = self.get_text("table tbody")
9+
ip_data = self.get_text("div.box")
1010
print("\n\n*** IP and Browser Data: ***")
1111
print(ip_data)
1212
print("\nThe browser will close automatically in 7 seconds...")

0 commit comments

Comments
 (0)