Code Monkey home page Code Monkey logo

a9t9 / seeshell Goto Github PK

View Code? Open in Web Editor NEW
38.0 38.0 14.0 9.94 MB

Documentation and example scripts for SeeShell Automation

Home Page: https://a9t9.com/SeeShell

License: MIT License

Batchfile 3.28% C# 29.67% PowerShell 13.66% Visual Basic 32.59% Java 17.25% Python 3.55%
computer-vision desktop-automation freeware gui-testing image-recognition ocr robotic-process-automation rpa sample-app screen-scraping sikuli sikulix test-automation uipath webscraping

seeshell's People

Contributors

a9t9 avatar teamdocs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

seeshell's Issues

Need a help on validating the Login Page

Hi
Can any body help here validating the Login page for my web application ?

When i try to send the username password in the login page the password sent by the Kantu while playing the testcase is blank .

Can any of you suggest me how do i Make the password persist during the TC palyout .

my testcase looks like this
{
"CreationDate": "2017-11-7",
"Commands": [
{
"Command": "open",
"Target": "http://10.48.114.31:8080/ui/#/?_k=q3phjo",
"Value": ""
},
{
"Command": "click",
"Target": "name=username",
"Value": ""
},
{
"Command": "type",
"Target": "name=username",
"Value": "[email protected]"
},
{
"Command": "click",
"Target": "name=password",
"Value": ""
},
{
"Command": "type",
"Target": "name=password",
"Value": "test" ----> this value is not keyed in properly and sent as blank . Need help here
},
{
"Command": "click",
"Target": "css=label.fa.fa-arrow-right",
"Value": ""
},
{
"Command": "waitForPageToLoad",
"Target": "",
"Value": ""
},
{
"Command": "click",
"Target": "//[@id="root"]/div/div/div[2]/div[3]/div[1]",
"Value": ""
},
{
"Command": "click",
"Target": "//
[@id="root"]/div/div/div[2]/div[3]/div[2]",
"Value": ""
},
{
"Command": "click",
"Target": "//[@id="root"]/div/div/div[2]/div[3]/div[4]",
"Value": ""
},
{
"Command": "click",
"Target": "//
[@id="root"]/div/div/div[2]/div[3]/div[5]",
"Value": ""
},
{
"Command": "click",
"Target": "css=i.fa.fa-user",
"Value": ""
},
{
"Command": "click",
"Target": "//*[@id="root"]/div/div/div[2]/div[2]/ul/li/div",
"Value": ""
}
]
}

windows application ( keep using old script even after the edit )

for the windows application, if you

  • create a script
  • run it in the loop
  • stop it.
  • edit it.
  • save changes.
  • try to run it again in the loop it will run the old one before the edit.
  • you have to run it 1 time in a single run then the loop will get the new script or close the app and open it again

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.