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 39cd3ab commit 7a5c00aCopy full SHA for 7a5c00a
examples/ip_cow_test.py
@@ -6,7 +6,7 @@ class MyTestClass(BaseCase):
6
7
def test_ip_cow(self):
8
self.open('https://www.ipcow.com/')
9
- ip_data = self.get_text("table tbody")
+ ip_data = self.get_text("div.box")
10
print("\n\n*** IP and Browser Data: ***")
11
print(ip_data)
12
print("\nThe browser will close automatically in 7 seconds...")
0 commit comments