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 a3ae794 commit e023623Copy full SHA for e023623
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("form table")
+ ip_data = self.get_text("table tbody")
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