summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/session.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix instances where we were using a scoped_ptr on an uninitialized pointer.kkania@chromium.org2011-06-071-4/+4
* Return script error message back to the webdriver client. Also, fix a leak inkkania@chromium.org2011-06-061-24/+24
* Refactor error handling in chromedriver. Introduce new error class containing...kkania@chromium.org2011-05-201-408/+386
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* In ChromeDriver, allow user to specify location of Chrome executable.hnguyen@chromium.org2011-05-171-4/+7
* In ChromeDriver, add support for WebDriver's alert commands.kkania@chromium.org2011-05-161-1/+42
* In chromedriver, add a session initialization option for setting custom chrom...jmikhail@google.com2011-05-131-2/+5
* Use basic password store on Linux for browser tests.asanka@chromium.org2011-05-121-1/+0
* Implement ChromeDriver ExecuteAsyncScript and AsyncScript (aka set_script_tim...hnguyen@chromium.org2011-04-291-59/+100
* Implementing webdriver advanced controls APIs for chromedriver.kkania@chromium.org2011-04-271-3/+58
* Introduce a ChromeDriver automation version constant and a JSON requestkkania@chromium.org2011-04-071-20/+25
* Additional test fixes for chromedriver:kkania@chromium.org2011-04-011-77/+171
* Allow webdriver users to choose between sending the key events whentimothe@chromium.org2011-03-311-7/+25
* Send screenshots back to the client for debiggingjmikhail@google.com2011-03-291-0/+54
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Return the full cookie details in TestingAutomationProvider and pass aroundkkania@chromium.org2011-03-261-9/+66
* Several bug fixes for the ChromeDriver:kkania@chromium.org2011-03-261-1/+24
* Small test and ChromeDriver fixes to enable additional webdriver python tests.kkania@chromium.org2011-03-261-5/+38
* In ChromeDriver, fix some cases of clicking elements that require scrolling.kkania@chromium.org2011-03-111-107/+197
* Convert ChromeDriver to use only the JSON automation interface.kkania@chromium.org2011-03-081-13/+25
* In ChromeDriver, wait for all tabs to stop loading before executing a session...kkania@chromium.org2011-02-251-0/+11
* Fix finding the location in view of elements. This fixes mouse commands on sc...kkania@chromium.org2011-02-251-4/+211
* Add ChromeDriver support for finding the Chrome exe to launch.kkania@chromium.org2011-02-221-3/+6
* Return the version of Chrome when getting the session capabilities insteadkkania@chromium.org2011-02-221-0/+9
* Implements the mouse commands for webdriver.jmikhail@google.com2011-02-221-0/+36
* Implement the target locator commands for ChromeDriver.kkania@chromium.org2011-02-171-20/+207
* Updating src/third_party/webdriver/atoms.h with a new version of the filekkania@chromium.org2011-02-161-7/+8
* Cookie commands for the webdriver protocoljmikhail@google.com2011-02-151-0/+58
* Implement Value command in ChromeDriver.kkania@chromium.org2011-02-131-0/+43
* Cleanup more test code.erg@google.com2011-02-091-1/+3
* Remove wstring from ChromeDriver.kkania@chromium.org2011-02-081-13/+10
* Few fixes to get tests working. Create/delete Automation on session thread,kkania@chromium.org2011-02-041-5/+14
* Break Session off into a separate Automation class, which is just focused on ...kkania@chromium.org2011-02-031-144/+104
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* Convert LOG(INFO) to VLOG(1) - chrome/test/.pkasting@chromium.org2010-10-201-23/+16
* Adding modifications to allow chrome to naviagte to URLs.jmikhail@google.com2010-10-071-88/+52
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-191-0/+1
* Base implementation of WebDriver for Chrome.jmikhail@google.com2010-08-191-0/+288