Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8836243
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:26:58+00:00 2026-06-14T09:26:58+00:00

How can I login with CasperJS by submitting a form. I searched google and

  • 0

How can I login with CasperJS by submitting a form. I searched google and haven’t found any good examples about it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T09:26:59+00:00Added an answer on June 14, 2026 at 9:26 am

    You will need to use Casper fill() function.

    Below is an example which login to Facebook and print out your name after login. Note that you need to put in your username and password:

    var casper = require('casper').create({   
        verbose: true, 
        logLevel: 'debug',
        pageSettings: {
             loadImages:  false,         // The WebPage instance used by Casper will
             loadPlugins: false,         // use these settings
             userAgent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4'
        }
    });
    
    // print out all the messages in the headless browser context
    casper.on('remote.message', function(msg) {
        this.echo('remote message caught: ' + msg);
    });
    
    // print out all the messages in the headless browser context
    casper.on("page.error", function(msg, trace) {
        this.echo("Page Error: " + msg, "ERROR");
    });
    
    var url = 'http://www.facebook.com/';
    
    casper.start(url, function() {
       console.log("page loaded");
       this.test.assertExists('form#login_form', 'form is found');
       this.fill('form#login_form', { 
            email: '**<put your email here>**', 
            pass:  '**<put your password here>**'
        }, true);
    });
    
    casper.thenEvaluate(function(){
       console.log("Page Title " + document.title);
       console.log("Your name is " + document.querySelector('.headerTinymanName').textContent ); 
    });
    
    casper.run();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one login form and three groups of users who can login: client,
I built a login form and I can login as main admin, I wants
I have a login form where the user can login only with the valid
I mean you can login both https://mail.google.com/ and https://mail.google.com/a/company.com at the same time. The
I have a simple app where you can login it looks like this: {{#view
I have an application where multiple users can login(not simultaneously though!only a single user
I have website where users can login with their Facebook account. I am using
I use asp:Login control, user can login properly, but while checking user Profile information
I am doing a application that deals with where Users can login and see
I have created a User called Student and Teacher that can login into the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.