summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional/autofill.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix PyAuto tests to account for dynamic autofill labels.nirnimesh@chromium.org2010-09-281-20/+27
| | | | | | | | | | | Also, match full phone number. BUG=56844 TEST=python chrome/test/functional/autofill.py Review URL: http://codereview.chromium.org/3437025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60843 0039d316-1c4b-4281-b951-d872f2087c98
* New autofill pyauto functional testsalyssad@chromium.org2010-08-091-7/+44
| | | | | | | | This adds some more tests to autofill.py that test invalid input and unicode input. Review URL: http://codereview.chromium.org/3054049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55407 0039d316-1c4b-4281-b951-d872f2087c98
* Fix pyauto AutoFill hook/test based on new CC functionality.alyssad@chromium.org2010-08-021-2/+1
| | | | | | | | With this CL: http://codereview.chromium.org/3010041 credit cards were changed so that the type is determined based upon the number. Fixing the pyauto test to pass with new functionality. Review URL: http://codereview.chromium.org/3084004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54552 0039d316-1c4b-4281-b951-d872f2087c98
* New pyauto hook to set and get autofill profilesalyssad@chromium.org2010-07-091-0/+53
Review URL: http://codereview.chromium.org/2836046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51984 0039d316-1c4b-4281-b951-d872f2087c98