summaryrefslogtreecommitdiffstats
path: root/chrome/test/pyautolib
Commit message (Expand)AuthorAgeFilesLines
* Temporary fix for NetworkScanstanleyw@chromium.org2011-04-191-3/+10
* New automation hook to set the app launch type (e.g., window vs. tab).dennisjeffrey@google.com2011-04-151-3/+34
* Make wifi compliance tests more stable.stanleyw@chromium.org2011-04-142-10/+57
* New automation hook to launch an app, with sample PyAuto test.dennisjeffrey@google.com2011-04-131-0/+19
* Added a test to Verify that the fetched credentials are cleared for a new use...dyu@chromium.org2011-04-131-10/+48
* Additional login check for PyAuto.dtu@chromium.org2011-04-132-5/+9
* Add ability to determine chromeos board, update plugins test to use that.nirnimesh@chromium.org2011-04-121-0/+10
* PyAuto automation hook: Connect to hidden wifi network.dtu@chromium.org2011-04-121-2/+36
* Removing command_execution_timeout_ms in favor of action_max_timeout_ms.hnguyen@chromium.org2011-04-114-28/+49
* New automation hook to update the extensions, with sample pyauto test.dennisjeffrey@google.com2011-04-111-0/+15
* ChromeOS updater testing automation hooks that can be called from Python usin...dtu@chromium.org2011-04-111-0/+45
* Enable crash reporting with PyAuto on ChromeOSnirnimesh@chromium.org2011-04-081-0/+22
* New notification sent when extension uninstall is not allowed.dennisjeffrey@google.com2011-04-071-2/+10
* Verify that sync updates_received is 0 on browser restart.rsimha@chromium.org2011-04-061-0/+1
* Initial inclusion of power_strip code.dtu@chromium.org2011-04-064-10/+286
* Modify GetNTPInfo automation hook to return additional info about apps.dennisjeffrey@google.com2011-04-061-15/+19
* Allow pyauto HTTP file server to serve files from an arbitrary directoryrsimha@chromium.org2011-04-061-3/+8
* Adds two Python/PyAuto functions, GetProxySettings() and SetProxySetting(), t...dtu@chromium.org2011-04-051-6/+99
* The lists of networks that GetNetworkInfo() returns now use the service paths...dtu@chromium.org2011-04-011-3/+34
* Modify GetExtensionsInfo automation hook to return permission information.dennisjeffrey@google.com2011-03-311-2/+12
* Fix to SetServiceOrder. Add chromeos_wifi to suite.dtu@chromium.org2011-03-301-5/+10
* GetBatteryInfo() battery automation hook.dtu@chromium.org2011-03-301-0/+36
* Two sets of Autofill tests.dyu@chromium.org2011-03-291-0/+27
* Fix for hook UninstallExtensionById, and PyAuto function to uninstall an app.dennisjeffrey@google.com2011-03-294-10/+25
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* ConnectToWifiNetwork() is now blocking.dtu@chromium.org2011-03-261-3/+43
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-7/+7
* Convenience class for wifi testing. A subclass of PyUITest that automatically...dtu@chromium.org2011-03-171-0/+43
* Login and screen locker automation hooks. These are now all directly usable i...dtu@chromium.org2011-03-112-1/+84
* autofill: Rename AutoFillProfile to AutofillProfile.tfarina@chromium.org2011-03-101-6/+6
* Add network testing automation hooks GetNetworkInfo() and ConnectToWifiNetwor...dtu@chromium.org2011-03-101-0/+25
* Cleanup /home/chronos before every pyauto tests on chromeosnirnimesh@chromium.org2011-03-081-1/+5
* New automation hooks to get/set the thumbnail/menu modes for NTP sections.nirnimesh@chromium.org2011-03-031-0/+104
* Deal with browser restart scenarios in pyauto scripts on ChromeOSnirnimesh@chromium.org2011-02-261-0/+14
* CRX files now specified with absolute paths in PyAuto NTP Apps tests.nirnimesh@chromium.org2011-02-232-9/+11
* Use named automation interface to control the primary chrome to run pyauto-ba...nirnimesh@chromium.org2011-02-236-10/+214
* New automation hook to get information about apps on the new tab page.nirnimesh@chromium.org2011-02-231-12/+65
* Revert 74118 - Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-083-42/+37
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-083-37/+42
* Revert 73850 - Disable testserver with pyautonirnimesh@chromium.org2011-02-061-1/+1
* Disable testserver with pyautonirnimesh@chromium.org2011-02-041-1/+1
* Add testserver support for PyAutonirnimesh@chromium.org2011-02-034-0/+90
* Add owners file in chrome/test/{functional,pyautolib}nirnimesh@chromium.org2011-01-271-0/+1
* Remove command_execution_timeout_ms and fix all the callers.tfarina@chromium.org2011-01-201-0/+4
* Remove action_max_timeout_ms and fix all the callers.tfarina@chromium.org2011-01-191-1/+6
* Modifying some downloads hooks to act per-window (so that incognito windows c...ace@chromium.org2011-01-194-9/+25
* Adding automation proxy hook for accessing information related to omnibox ins...ace@chromium.org2010-12-231-0/+19
* Add support for separating tests into suites.nirnimesh@chromium.org2010-12-222-29/+77
* Be lenient with exclusions in PYAUTO_TESTS filenirnimesh@chromium.org2010-12-171-1/+4
* Fix pyauto flakiness by waiting for notification that the renderer process'kkania@chromium.org2010-12-141-1/+22