Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge v4.0 - RPA Stable Release #2

Merged
merged 27 commits into from Jun 30, 2018
Merged

Commits on Jun 15, 2018

  1. uses face recognition to detect profile images on webpages

    new sample flow on using deep-learning model based in python to do inferencing of images for face detection. commit message is that way for easier browsing in samples folder
    kensoh committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    afd1774 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. #113 - visual automation for type page.png as text

    - supports [enter] and [clear] keywords just like the standard type step for webpages
    - trigger word is page.png and page.bmp, just like steps snap, read, show, save
    kensoh committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    5ce0390 View commit details
    Browse the repository at this point in the history
  2. readme and tutorial clean-up

    Co-Authored-By: Alvin Yan <aussiroth@users.noreply.github.com>
    Co-Authored-By: Victor Loh <lohvht@users.noreply.github.com>
    3 people committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    721b29f View commit details
    Browse the repository at this point in the history
  3. readme clean-up

    Co-Authored-By: Alvin Yan <aussiroth@users.noreply.github.com>
    Co-Authored-By: Victor Loh <lohvht@users.noreply.github.com>
    3 people committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    3239a89 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. #188 - add to readme tagui writer & screenshoter

    more details of these cool tools by @adegard at issue #188 !
    
    Co-Authored-By: adegard <degardinarnaud@gmail.com>
    kensoh and adegard committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    24f599d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. #216 - enable break and continue within for loops (#222)

    Co-Authored-By: Alvin Yan <aussiroth@users.noreply.github.com>
    Co-Authored-By: Victor Loh <lohvht@users.noreply.github.com>
    
    * #216 - experimenting with using signal variable
    * #216 - possible solution found
    use casper.bypass() to count how many steps to teleport to and bypass when a break statement is issued. nice catch @Aussiroth !
    * #216 - use teleport marker
    * #216 - use stricter matching conditions
    * #216 - more complicated test
    * #216 - cleaned up to work for break step
    * #216 - initial implementation of continue
    doesn't work but don't break existing break test case.
    * #216 - working version of continue + break
    * #216 - add infinity constant for looping
    eg
    
    for n from 1 to infinity
    {
    echo n
    }
    
    if constant too big, takes very large to build stack before execution. trade-off decided to be 1024
    kensoh committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    4ebe951 View commit details
    Browse the repository at this point in the history
  2. #216 - enable break and continue, clean up test files

    Co-Authored-By: Alvin Yan <aussiroth@users.noreply.github.com>
    Co-Authored-By: Victor Loh <lohvht@users.noreply.github.com>
    3 people committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    494589c View commit details
    Browse the repository at this point in the history
  3. updating TagUI to v4 - RPA Stable Release

    Co-Authored-By: Alvin Yan <aussiroth@users.noreply.github.com>
    Co-Authored-By: Victor Loh <lohvht@users.noreply.github.com>
    3 people committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    5f4ccf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc7c1af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efcbd4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffaead2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1961376 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a00bf7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e6ba89e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a78765e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c852ed5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f3a3132 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d3742af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d75fb78 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    708c144 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a158610 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f3f3a33 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a1cf9cf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9c4152f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9755482 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3e37121 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    1319e8e View commit details
    Browse the repository at this point in the history