We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a243b0 commit 43bdce2Copy full SHA for 43bdce2
examples/proxy_test.py
@@ -10,6 +10,6 @@ def test_proxy(self):
10
self.open('https://ipinfo.io/%s' % ip_address)
11
print("\n\nIP Address = %s\n" % ip_address)
12
print("Displaying Host Info:")
13
- print(self.get_text('table.table'))
+ print(self.get_text('ul.address-list'))
14
print("\nThe browser will close automatically in 7 seconds...")
15
time.sleep(7)
0 commit comments