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