summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/commands/create_session.cc
Commit message (Expand)AuthorAgeFilesLines
* Delete old chromedriver code, and remove mongoose webserver.kkania@chromium.org2013-09-181-55/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Cleanup: Remove deprecated base::Value methods from various chrome sub-direct...thestig@chromium.org2013-02-151-3/+3
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-1/+1
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-2/+2
* Implement log command and prefs for chromedriver. Have separate logs perkkania@chromium.org2011-12-201-37/+2
* Change chromedriver to set geolocation/notification content setting defaults ...kkania@chromium.org2011-12-121-9/+3
* Allow chromedriver to install an extension and get all installed extension IDs.kkania@chromium.org2011-11-291-1/+1
* Enhance and refactor ChromeDriver's capability handling. Log warning forkkania@chromium.org2011-10-271-169/+27
* Put zip functions into 'zip' namespace.satorux@chromium.org2011-10-261-1/+1
* Reland 97557; Original review at: http://codereview.chromium.org/7648053kkania@chromium.org2011-08-221-0/+4
* Revert 97557 - [chromedriver] Add chrome.detach option for configuring Chrome...nirnimesh@chromium.org2011-08-221-4/+0
* [chromedriver] Add chrome.detach option for configuring Chrome not to quitkkania@chromium.org2011-08-201-0/+4
* [chromedriver] Add webdriver prefix to webdriver-only source files. Remove un...kkania@chromium.org2011-08-171-2/+2
* Let pyauto create an attached webdriver instance to manipulate web pages.kkania@chromium.org2011-08-151-21/+22
* Revert 96556 - Let pyauto create an attached webdriver instance to manipulate...kkania@chromium.org2011-08-121-19/+17
* Revert 96562 - Disable pyauto tests on mac that requires py2.6. Fix 2 failing...kkania@chromium.org2011-08-121-6/+7
* Disable pyauto tests on mac that requires py2.6. Fix 2 failing chromedriverkkania@chromium.org2011-08-121-7/+6
* Let pyauto create an attached webdriver instance to manipulate web pages.kkania@chromium.org2011-08-121-17/+19
* Add chrome.loadAsync capability to ChromeDriver, which allows the user not tokkania@chromium.org2011-08-111-20/+30
* Fix testInstallExtensions by adding correct crx files.hnguyen@chromium.org2011-08-041-1/+1
* In chromedriver, add "chrome.extensions" in capabilities so multiple extensio...hnguyen@chromium.org2011-08-011-14/+70
* In chromedriver, redirect to a relative URI on session creation.kkania@chromium.org2011-07-261-2/+5
* In chromedriver, add ability to set custom user profile.hnguyen@chromium.org2011-07-211-1/+42
* In chromedriver, add /log url to get the contents of the chromedriver logkkania@chromium.org2011-06-091-1/+16
* Revert 88492 - In chromedriver, add /log url to get the contents of the chrom...jamesr@chromium.org2011-06-091-16/+1
* In chromedriver, add /log url to get the contents of the chromedriver logkkania@chromium.org2011-06-091-1/+16
* Fix minor issues in ChromeDriver:kkania@chromium.org2011-05-241-34/+47
* Refactor error handling in chromedriver. Introduce new error class containing...kkania@chromium.org2011-05-201-34/+7
* In ChromeDriver, allow user to specify location of Chrome executable.hnguyen@chromium.org2011-05-171-3/+6
* In chromedriver, add a session initialization option for setting custom chrom...jmikhail@google.com2011-05-131-11/+42
* Implementing webdriver advanced controls APIs for chromedriver.kkania@chromium.org2011-04-271-2/+2
* Introduce a ChromeDriver automation version constant and a JSON requestkkania@chromium.org2011-04-071-3/+30
* Allow webdriver users to choose between sending the key events whentimothe@chromium.org2011-03-311-1/+7
* Send screenshots back to the client for debiggingjmikhail@google.com2011-03-291-1/+8
* Add ChromeDriver support for finding the Chrome exe to launch.kkania@chromium.org2011-02-221-2/+4
* Cleaning up response.h and moving all of the logic into the .cc file.kkania@chromium.org2011-02-191-2/+3
* Implement the target locator commands for ChromeDriver.kkania@chromium.org2011-02-171-13/+5
* More test out-of-lining.erg@google.com2011-02-141-0/+8
* Use the hostname instead of the IP address for WebDriver sessions. This requi...kkania@chromium.org2011-02-131-1/+1
* Break Session off into a separate Automation class, which is just focused on ...kkania@chromium.org2011-02-031-4/+15
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-2/+0
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-081-1/+1
* 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-1/+1
* Adding modifications to allow chrome to naviagte to URLs.jmikhail@google.com2010-10-071-9/+11
* Base implementation of WebDriver for Chrome.jmikhail@google.com2010-08-191-0/+34