Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: instaclick/php-webdriver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: instaclick/php-webdriver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: upstream
Choose a head ref
  • 19 commits
  • 8 files changed
  • 1 contributor

Commits on Nov 18, 2011

  1. adding new functions to match protocol, putting more data in exceptions.

    Summary:adding window, window/size, window/position, keys. removing modifiers. also putting full server result in exceptions for those who may find it
    useful.  note focusWindow() is how you call the window/ protocol endpoint directly, which has been added to the readme.
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Nov 18, 2011
    Configuration menu
    Copy the full SHA
    9d23692 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2011

  1. add deleteWindow to accompany focusWindow

    Justin Bishop committed Nov 21, 2011
    Configuration menu
    Copy the full SHA
    5e2ee1d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2011

  1. restore environment/__init__.php to open source version

    Summary:sorry about that.
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Nov 22, 2011
    Configuration menu
    Copy the full SHA
    4831521 View commit details
    Browse the repository at this point in the history
  2. new readme

    Summary:
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Nov 22, 2011
    Configuration menu
    Copy the full SHA
    d71f381 View commit details
    Browse the repository at this point in the history
  3. readme

    Summary:
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Nov 22, 2011
    Configuration menu
    Copy the full SHA
    2022cdc View commit details
    Browse the repository at this point in the history
  4. readme again

    Summary:
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Nov 22, 2011
    Configuration menu
    Copy the full SHA
    9ba6791 View commit details
    Browse the repository at this point in the history
  5. much more readme stuff

    Summary:
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Nov 22, 2011
    Configuration menu
    Copy the full SHA
    f98b7c4 View commit details
    Browse the repository at this point in the history
  6. more readme Summary:

    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Nov 22, 2011
    Configuration menu
    Copy the full SHA
    c89d476 View commit details
    Browse the repository at this point in the history
  7. remove 60 second curl timeout

    Summary:do this in WebDriverEnvironment::CurlExec if you want it for yourself.
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Nov 22, 2011
    Configuration menu
    Copy the full SHA
    64aac10 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2011

  1. properly support sessions()

    Summary:also return just 'value' and not pointless 'info' out of getter
    wrappers, which is also what __call() does with all default method()s
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Nov 29, 2011
    Configuration menu
    Copy the full SHA
    0c7dcd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2011

  1. updating docs

    Summary:
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Dec 5, 2011
    Configuration menu
    Copy the full SHA
    4b3cafb View commit details
    Browse the repository at this point in the history
  2. more readme

    Summary:
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Dec 5, 2011
    Configuration menu
    Copy the full SHA
    20b163b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2011

  1. update README to point to Wiki page of examples

    Summary:
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Dec 13, 2011
    Configuration menu
    Copy the full SHA
    8176e4c View commit details
    Browse the repository at this point in the history
  2. add pointer to Browser Launching wiki page from readme

    Summary:tsia
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Dec 13, 2011
    Configuration menu
    Copy the full SHA
    8b3e77b View commit details
    Browse the repository at this point in the history
  3. slightly different readme formatting

    Summary:
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Dec 13, 2011
    Configuration menu
    Copy the full SHA
    3771050 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2012

  1. support /element/active

    Summary:php-webdriver/php-webdriver#21
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Jan 13, 2012
    Configuration menu
    Copy the full SHA
    a5c551b View commit details
    Browse the repository at this point in the history
  2. fix readme

    Summary:
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Jan 13, 2012
    Configuration menu
    Copy the full SHA
    0eb1118 View commit details
    Browse the repository at this point in the history
  3. remove 'active' from element class where it never belonged

    Summary:
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Jan 13, 2012
    Configuration menu
    Copy the full SHA
    7ec5ac0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2012

  1. update curl headers per tszming

    Summary:adde Content Type and Accept: application/js to the header.
    
    Reviewers:
    
    Test Plan:
    
    Task ID:
    Justin Bishop committed Jan 19, 2012
    Configuration menu
    Copy the full SHA
    e780c73 View commit details
    Browse the repository at this point in the history
Loading