summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/server.cc
Commit message (Expand)AuthorAgeFilesLines
* [chromedriver] Add webdriver prefix to webdriver-only source files. Remove un...kkania@chromium.org2011-08-171-249/+0
* Refactor chromedriver's script execution to reduce amount of custom Value par...kkania@chromium.org2011-08-161-1/+1
* In chromedriver, integrate SET_ONLINE and APPCACHE_STATUS atoms. Otheralnayeem@google.com2011-08-121-0/+5
* Fix chromedriver to generate control and/or alt key strokes when given a char...kkania@chromium.org2011-07-261-5/+3
* Rename the ChromeDriver /healthz servlet to /status, as this will be the namejleyba@chromium.org2011-06-161-1/+1
* In chromedriver, add /log url to get the contents of the chromedriver logkkania@chromium.org2011-06-091-32/+13
* Revert 88492 - In chromedriver, add /log url to get the contents of the chrom...jamesr@chromium.org2011-06-091-13/+32
* In chromedriver, add /log url to get the contents of the chromedriver logkkania@chromium.org2011-06-091-32/+13
* Remove custom signal handler for SIGCHLD in chromedriver. ProxyLauncherkkania@chromium.org2011-06-011-18/+1
* Fix minor issues in ChromeDriver:kkania@chromium.org2011-05-241-18/+0
* Refactor error handling in chromedriver. Introduce new error class containing...kkania@chromium.org2011-05-201-3/+0
* In ChromeDriver, add support for WebDriver's alert commands.kkania@chromium.org2011-05-161-0/+4
* Implement ChromeDriver ExecuteAsyncScript and AsyncScript (aka set_script_tim...hnguyen@chromium.org2011-04-291-6/+6
* Implementing webdriver advanced controls APIs for chromedriver.kkania@chromium.org2011-04-271-3/+9
* Introduce a ChromeDriver automation version constant and a JSON requestkkania@chromium.org2011-04-071-5/+40
* Send screenshots back to the client for debiggingjmikhail@google.com2011-03-291-1/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Several bug fixes for the ChromeDriver:kkania@chromium.org2011-03-261-19/+26
* Adding a command line switch for configuring the chromedriver to respond to c...kkania@chromium.org2011-03-021-90/+52
* Add ChromeDriver support for finding the Chrome exe to launch.kkania@chromium.org2011-02-221-8/+38
* Implements the mouse commands for webdriver.jmikhail@google.com2011-02-221-7/+10
* Implement several ChromeDriver commands based on the javascript atoms.kkania@chromium.org2011-02-201-1/+55
* Implement the target locator commands for ChromeDriver.kkania@chromium.org2011-02-171-10/+15
* Cookie commands for the webdriver protocoljmikhail@google.com2011-02-151-0/+5
* Use the hostname instead of the IP address for WebDriver sessions. This requi...kkania@chromium.org2011-02-131-2/+2
* Implement Value command in ChromeDriver.kkania@chromium.org2011-02-131-1/+4
* Fix chromedriver tests on windows. Add simplejson to path, fix defines for wi...kkania@chromium.org2011-02-051-27/+16
* Add method for shutting down ChromeDriver gracefully.kkania@chromium.org2011-02-041-14/+70
* Break Session off into a separate Automation class, which is just focused on ...kkania@chromium.org2011-02-031-2/+3
* Add python tests for chromedriver and small test fixes.kkania@chromium.org2011-02-011-3/+2
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Implemnts the commands in webdriver to preform searching of elements on a page.jmikhail@google.com2010-12-231-4/+13
* Revert 70015 - Implemnts the commands in webdriver to preform searching of el...jmikhail@google.com2010-12-231-13/+4
* Implemnts the commands in webdriver to preform searching of elements on a page.jmikhail@google.com2010-12-231-4/+13
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-081-2/+1
* Get the current user input speed. The server should return one ofjmikhail@google.com2010-11-251-0/+2
* Added the execute command will will run javascript on the remotejmikhail@google.com2010-10-291-0/+3
* Convert LOG(INFO) to VLOG(1) - chrome/test/.pkasting@chromium.org2010-10-201-3/+2
* Adding modifications to allow chrome to naviagte to URLs.jmikhail@google.com2010-10-071-13/+22
* 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/+118