I need a list of web browser address bar behaviors, as part of a research experiment. For example:
1) The most basic behavior is to type a full web address, e.g. http://www.abc.com
and press ENTER to navigate to the web site.
2) Typing just a domain name (e.g. abc
) and pressing CTRL+ENTER (on Windows) automatically prepends the http://
and appends the .com
and navigates to the web site.
3) In some cases typing abc.com
and pressing ENTER navigates to http://www.abc.com
- what is the precise heuristic here?
... etc.