8000 Comparing appium:master...lxuan:master · appium/appium · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: appium/appium
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lxuan/appium
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 28, 2014

  1. Modify scroll to take element argument.

    Originally, scroll scrolls insider the first ScrollView. However, most of our ScrollViews is CollectionView, or TableView. So, we got error that the ScrollView could not found, although there are multiple "ScrollViews".
    
    We also need to able to scroll insider different scrollviews.
    lxuan committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    768c823 View commit details
    Browse the repository at this point in the history
  2. Modify scroll to optionally take element argument.

    Originally, scroll scrolls insider the first ScrollView. However, most of our ScrollViews is CollectionView, or TableView. So, we got error that the ScrollView could not found, although there are multiple "ScrollViews".
    
    We also need to able to scroll insider different scrollviews.
    lxuan committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    5219720 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e9a3a1 View commit details
    Browse the repository at this point in the history
Loading
0