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 2b121e8 commit 3b0e80aCopy full SHA for 3b0e80a
examples/user_agent_test.py
@@ -5,7 +5,7 @@
5
class MyTestClass(BaseCase):
6
7
def test_user_agent(self):
8
- self.open('http://www.whatsmyua.info/')
+ self.open('https://www.whatsmyua.info/')
9
user_agent = self.get_text("#custom-ua-string")
10
print("\n\nUser-Agent = %s\n" % user_agent)
11
print("Displaying User-Agent Info:")
0 commit comments