summaryrefslogtreecommitdiffstats
path: root/chrome/test/pyautolib
Commit message (Expand)AuthorAgeFilesLines
* Fix pyauto autofill flakiness when submitting profile info via webpage forms.dennisjeffrey@chromium.org2011-08-241-2/+24
* Remove extensions code from download code. The delegate and other users in Ch...jam@chromium.org2011-08-231-1/+0
* Add the functionality to inject JavaScript into ExtensionHosts.frankf@google.com2011-08-231-4/+47
* Adds a PyAuto test, chromoting_basic.ChromotingBasic.testChromoting. This tes...dtu@chromium.org2011-08-223-87/+272
* Revert 97569 - Add the functionality to inject JavaScript into ExtensionHosts.nirnimesh@chromium.org2011-08-221-43/+4
* Add the functionality to inject JavaScript into ExtensionHosts.frankf@chromium.org2011-08-201-4/+43
* Let pyauto create an attached webdriver instance to manipulate web pages.kkania@chromium.org2011-08-153-25/+156
* Revert 96556 - Let pyauto create an attached webdriver instance to manipulate...kkania@chromium.org2011-08-123-156/+25
* Let pyauto create an attached webdriver instance to manipulate web pages.kkania@chromium.org2011-08-123-25/+156
* Re-write pyauto automation hook WaitForAllDownloadsToComplete.dennisjeffrey@chromium.org2011-08-102-24/+23
* Use --skip-oauth-login when firing chrome using pyauto on chromeosnirnimesh@chromium.org2011-08-051-0/+1
* Refactor: Make PyAuto InstallExtension() take a string. Delete dead code.dtu@chromium.org2011-08-043-9/+14
* Add a hook for capturing a user profile photo and saving it to file and local...frankf@chromium.org2011-08-031-0/+16
* EnableNetworkDevice() allows a PyAuto test to disable and enable ethernet, wi...dtu@chromium.org2011-08-021-4/+25
* GetTimeInfo() returns the display time, date, and time zone.dtu@chromium.org2011-08-011-2/+41
* Add incognito ability to stress, allow time to handle functions with multiple...krisr@chromium.org2011-07-291-3/+4
* Added EnrollEnterpriseDevice(user, password) automation hook.craigdh@chromium.org2011-07-281-0/+18
* Add helper methods to determine windows flavor in pyautonirnimesh@chromium.org2011-07-261-0/+24
* Revert 93948 - Added EnrollEnterpriseDevice(user, password) automation hook.willchan@chromium.org2011-07-251-17/+0
* Added EnrollEnterpriseDevice(user, password) automation hook.craigdh@chromium.org2011-07-251-0/+17
* Added pyauto utility function to print a result line formatted for perf bots.dennisjeffrey@chromium.org2011-07-231-0/+23
* Added GetEnterprisePolicyInfo() automation hook.craigdh@chromium.org2011-07-211-1/+32
* Autofill automation hooks now support multiple values in profiles.dennisjeffrey@chromium.org2011-07-211-15/+18
* PyAuto RPC API.dtu@chromium.org2011-07-202-0/+221
* Added two initial Enterprise policy automation hooks for use with PyAuto.craigdh@google.com2011-07-151-0/+30
* The pyauto call ActivateTab should also bring the asked browser to frontnirnimesh@chromium.org2011-06-303-4/+5
* Revision to perf_snapshot.py (v8 heap snapshot utility for pyauto).dennisjeffrey@chromium.org2011-06-301-86/+135
* Pyauto tests can now specify custom flags to Chrome when launched.dennisjeffrey@chromium.org2011-06-292-18/+51
* Add the timer class and example stress testkrisr@chromium.org2011-06-291-0/+87
* First implementation of heap snapshot utility for pyauto.dennisjeffrey@chromium.org2011-06-291-0/+782
* Fix TODO(evanm) about only having ui_test.h forward declare AutomationProxy.darin@chromium.org2011-06-271-0/+1
* Add window index parameter to LaunchApp() PyAuto call.dtu@chromium.org2011-06-241-3/+5
* Adding automation hooks for extension: enable/disable, allow/disallow extensi...hnguyen@chromium.org2011-06-221-3/+20
* Added automation hooks for private networks.craigdh@google.com2011-06-201-0/+116
* Cleanup and improve failure messagesnirnimesh@chromium.org2011-06-171-4/+13
* Add support for Linux kernels >=3.0-rc1 in Python related build files by:tony@chromium.org2011-06-162-4/+8
* Initial inclusion of ForgetWifiNetworksstanleyw@chromium.org2011-06-152-14/+52
* Do not clear dot files from /home/chronos/user when running pyauto testsnirnimesh@chromium.org2011-06-141-1/+1
* Add PyAuto automation call GetPanelInfo(). Includes basic information: title,...dtu@chromium.org2011-06-081-0/+33
* Fix flakiness in pyauto test on ChromeOS: ntp.NTPTest.testThumbnailPersistence.dennisjeffrey@chromium.org2011-06-081-2/+32
* Make Login() automation call select the correct pod before attempting to log ...dtu@chromium.org2011-06-061-3/+3
* Fixed for when the wifi power strip is not used so it doesn't error out. stanleyw@chromium.org2011-06-041-1/+2
* Modify automation hook GetBrowserInfo: now returns whether Chrome build is of...dennisjeffrey@chromium.org2011-06-021-2/+3
* Added hidden network support to wifi compliance tests.stanleyw@chromium.org2011-06-012-29/+66
* Automation hook GetExtensionsInfo now returns both regular/effective host per...dennisjeffrey@chromium.org2011-05-311-0/+3
* Currently, the PyAuto hook UnlockScreen() hangs when the test attempts to use...dtu@google.com2011-05-311-1/+6
* Build pyautolib target under clangnirnimesh@google.com2011-05-274-8/+9
* lib.target/_pyautolib.so -> _pyautolib.sonirnimesh@google.com2011-05-261-3/+3
* Remove flakiness in pyauto automation hook RemoveSavedPassword.dennisjeffrey@chromium.org2011-05-261-3/+3
* Add pyauto commands to access local state.mirandac@chromium.org2011-05-242-1/+47