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 434da90 commit efefbd0Copy full SHA for efefbd0
tests/test_driver.py
@@ -39,3 +39,6 @@ def test_base():
39
40
# page_source
41
assert len(obj.text()) > 100
42
+
43
+ # user agent type
44
+ assert type(obj.ua()) is str
0 commit comments