Skip to content

Commit 43bdce2

Browse files
committed
Update proxy test
1 parent 7a243b0 commit 43bdce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/proxy_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ def test_proxy(self):
1010
self.open('https://ipinfo.io/%s' % ip_address)
1111
print("\n\nIP Address = %s\n" % ip_address)
1212
print("Displaying Host Info:")
13-
print(self.get_text('table.table'))
13+
print(self.get_text('ul.address-list'))
1414
print("\nThe browser will close automatically in 7 seconds...")
1515
time.sleep(7)

0 commit comments

Comments
 (0)