summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver
Commit message (Expand)AuthorAgeFilesLines
* Fixed failing Autofill test by changing the URL from chrome://settings/autoFi...dyu@chromium.org2011-04-081-4/+47
* Introduce a ChromeDriver automation version constant and a JSON requestkkania@chromium.org2011-04-0712-58/+206
* Additional test fixes for chromedriver:kkania@chromium.org2011-04-0113-158/+263
* Disable failing QA autofill test and fix native events test.kkania@chromium.org2011-03-311-12/+12
* Allow webdriver users to choose between sending the key events whentimothe@chromium.org2011-03-318-19/+123
* Fixed Autofill functional test in ChromeDriver.dyu@chromium.org2011-03-311-2/+7
* Added a test for Autofill to check the postal code and state label change bas...dyu@chromium.org2011-03-312-0/+65
* Send screenshots back to the client for debiggingjmikhail@google.com2011-03-2914-20/+287
* Move some files from base to base/memory.levin@chromium.org2011-03-2813-16/+16
* Return the full cookie details in TestingAutomationProvider and pass aroundkkania@chromium.org2011-03-2610-149/+327
* Several bug fixes for the ChromeDriver:kkania@chromium.org2011-03-2610-24/+133
* In chromedriver, fix and cleanup the command to get the page source.kkania@chromium.org2011-03-263-21/+14
* Small test and ChromeDriver fixes to enable additional webdriver python tests.kkania@chromium.org2011-03-269-84/+242
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-6/+6
* Chromedriver should return cookie expirations in seconds since UTC epoch, not...kkania@chromium.org2011-03-196-42/+301
* Pull in a new version of the webdriver python bindings. Update test codekkania@chromium.org2011-03-123-30/+11
* In ChromeDriver, fix some cases of clicking elements that require scrolling.kkania@chromium.org2011-03-1116-217/+485
* Convert ChromeDriver to use only the JSON automation interface.kkania@chromium.org2011-03-087-253/+134
* Add a NavigateToURL automation method which uses the JSON interface. Use it i...kkania@chromium.org2011-03-032-7/+35
* Fix ChromeDriver shutdown due to regression in 76517.kkania@chromium.org2011-03-031-1/+2
* Adding a command line switch for configuring the chromedriver to respond to c...kkania@chromium.org2011-03-028-96/+261
* In ChromeDriver, wait for all tabs to stop loading before executing a session...kkania@chromium.org2011-02-255-0/+28
* Fix finding the Chrome executable to use for ChromeDriver. Also, add some fla...kkania@chromium.org2011-02-251-46/+60
* Fix finding the location in view of elements. This fixes mouse commands on sc...kkania@chromium.org2011-02-2516-212/+490
* Add ChromeDriver support for finding the Chrome exe to launch.kkania@chromium.org2011-02-229-53/+210
* Return the version of Chrome when getting the session capabilities insteadkkania@chromium.org2011-02-225-11/+34
* Implements the mouse commands for webdriver.jmikhail@google.com2011-02-227-42/+369
* Implement keycode/text conversion on mac for chromedriver.kkania@chromium.org2011-02-228-89/+421
* Implement several ChromeDriver commands based on the javascript atoms.kkania@chromium.org2011-02-206-22/+715
* Fix conversion from double to int warning.kkania@chromium.org2011-02-201-1/+1
* Fix build by updating implicit_wait_command_unittest to use new Response clas...kkania@chromium.org2011-02-201-5/+4
* Fix a bug in ImplicitWaitCommand: we must explicitly check if the ms paramkkania@chromium.org2011-02-206-28/+136
* Fix build. Forgot to explictly add file while patching.kkania@chromium.org2011-02-191-0/+78
* Cleaning up response.h and moving all of the logic into the .cc file.kkania@chromium.org2011-02-1929-161/+140
* Fix command handler for /session/:sessionId/execute (execute_script) forkkania@chromium.org2011-02-183-69/+17
* Fix chromium-style compile error that got in the tree since yesterday.erg@google.com2011-02-174-11/+45
* Implement the target locator commands for ChromeDriver.kkania@chromium.org2011-02-1714-143/+734
* Updating src/third_party/webdriver/atoms.h with a new version of the filekkania@chromium.org2011-02-168-75/+41
* Implement keycode/text conversion for ChromeDriver on Linux, which is neededkkania@chromium.org2011-02-163-1/+59
* Cookie commands for the webdriver protocoljmikhail@google.com2011-02-1517-12/+652
* Even more test cleanup. Some fixes to non-test code that's regressed.erg@google.com2011-02-1514-60/+211
* Fix clang bot by dropping extra const in return values.kkania@chromium.org2011-02-152-4/+4
* Encapsulate HTTP response logic in a single class and remove redundant SendHttp*kkania@chromium.org2011-02-156-133/+559
* More test out-of-lining.erg@google.com2011-02-146-18/+57
* Use the hostname instead of the IP address for WebDriver sessions. This requi...kkania@chromium.org2011-02-134-100/+21
* Fix build warning from uninitialized variable.kkania@chromium.org2011-02-131-1/+3
* Implement Value command in ChromeDriver.kkania@chromium.org2011-02-1315-129/+834
* SessionManager::GenerateSessionID() was generating IDs that were not suitable...jleyba@google.com2011-02-115-29/+37
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-102-6/+5
* Cleanup more test code.erg@google.com2011-02-0912-29/+84