3
4
The answers.launchpad.net domain is used for the Answer Tracker
4
5
application. When visiting objects on that virtual host, the default
5
6
selected facet is the Answers facet.
9
12
>>> anon_browser.open('http://answers.launchpad.dev/firefox')
10
13
>>> print anon_browser.title
11
14
Questions : Mozilla Firefox
15
20
>>> anon_browser.open('http://answers.launchpad.dev/ubuntu')
16
21
>>> print anon_browser.title
22
29
... 'http://answers.launchpad.dev/ubuntu/+source/mozilla-firefox')
23
30
>>> print anon_browser.title
24
31
Questions : ...mozilla-firefox... package : Ubuntu
35
38
... 'http://answers.launchpad.dev/mozilla')
36
39
>>> print anon_browser.title
37
40
Questions : The Mozilla Project
41
46
>>> anon_browser.open('http://answers.launchpad.dev/~name16')
42
47
>>> print anon_browser.title