Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • M ME_JS_ACTION
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CRIO_BYTES
  • SELENIUM
  • ME_JS_ACTION
  • Merge requests
  • !2

Merged
Created 2 years ago by Simran Kumari@simrankumari-crio-usersMaintainer

change yahoo-signin page url

  • Overview 0
  • Commits 1
  • Changes 3

Update src/test/java/com/crio/js_actions/YahooSignIn.java, solutions/yahoo.tests/solutions/YahooSignInSolution.java, solutions/yahoo.tests/solutions/YahooSignInSolutionWithJS.java files

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • master (base)

and
  • latest version
    f8be32b9
    1 commit, 2 years ago

3 files
+ 8
- 8

    Preferences

    File browser
    Compare changes
solutions/yahoo‎.tests/solutions‎
YahooSignInS‎olution.java‎ +3 -3
YahooSignInSolu‎tionWithJS.java‎ +3 -3
src/test/java/co‎m/crio/js_actions‎
YahooSig‎nIn.java‎ +2 -2
solutions/yahoo.tests/solutions/YahooSignInSolution.java
+ 3
- 3
  • View file @ f8be32b9

  • Edit in single-file editor

  • Edit in Web IDE


Show all unchanged lines Show 20 lines
}
@Test
public void singInYahoo() {
public void signInYahoo() {
// Step-2 : Go to the URL "https://login.yahoo.com/?.src=search&.intl=in&.lang=en-IN&.done=https%3A%2F%2Fin.search.yahoo.com%2F%3Ffr2%3Dinr&pspid=2114723002&activity=header-signin".
driver.get("https://login.yahoo.com/?.src=search&.intl=in&.lang=en-IN&.done=https%3A%2F%2Fin.search.yahoo.com%2F%3Ffr2%3Dinr&pspid=2114723002&activity=header-signin");
// Step-2 : Go to the URL "https://login.yahoo.com/".
driver.get("https://login.yahoo.com/");
// Step-3 : Locate the �Username� text box. (Use findElement())
WebElement userName = driver.findElement(By.xpath("//input[@id='login-username']"));
// Step-4 : Enter your �Username�. (Use sendKeys())
Show 20 lines Show all unchanged lines
solutions/yahoo.tests/solutions/YahooSignInSolutionWithJS.java
+ 3
- 3
  • View file @ f8be32b9

  • Edit in single-file editor

  • Edit in Web IDE


Show all unchanged lines Show 20 lines
}
@Test
public void singInYahoo() {
public void signInYahoo() {
// Step-2 : Go to the URL "https://login.yahoo.com/?.src=search&.intl=in&.lang=en-IN&.done=https%3A%2F%2Fin.search.yahoo.com%2F%3Ffr2%3Dinr&pspid=2114723002&activity=header-signin".
driver.get("https://login.yahoo.com/?.src=search&.intl=in&.lang=en-IN&.done=https%3A%2F%2Fin.search.yahoo.com%2F%3Ffr2%3Dinr&pspid=2114723002&activity=header-signin");
// Step-2 : Go to the URL "https://login.yahoo.com/".
driver.get("https://login.yahoo.com/");
// Step-3 : Locate the �Username� text box. (Use findElement())
WebElement userName = driver.findElement(By.xpath("//input[@id='login-username']"));
// Step-4 : Enter your �Username�. (Use sendKeys())
Show 20 lines Show all unchanged lines
src/test/java/com/crio/js_actions/YahooSignIn.java
+ 2
- 2
  • View file @ f8be32b9

  • Edit in single-file editor

  • Edit in Web IDE


Show all unchanged lines Show 20 lines
}
@Test
public void singInYahoo() {
public void signInYahoo() {
// Step-2 : Go to the URL "https://login.yahoo.com/?.src=search&.intl=in&.lang=en-IN&.done=https%3A%2F%2Fin.search.yahoo.com%2F%3Ffr2%3Dinr&pspid=2114723002&activity=header-signin".
// Step-2 : Go to the URL "https://login.yahoo.com/".
// Step-3 : Locate the "Username" text box. (Use findElement())
Show 20 lines Show all unchanged lines
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Milestone
No milestone
None
None
Time tracking
No estimate or time spent
0
Labels
None
Assign labels
  • No matching results
  • Manage project labels
Lock merge request
Unlocked
1
1 participant
user avatar
Reference: crio_bytes/selenium/me_js_action!2
Source branch: simrankumari-crio-users-master-patch-16985

    0 pending comments

Menu

Projects Groups Snippets
Help

2019, Crio.Do, All Rights Reserved