Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

198
Views
MoveToElement and click in protractor nodejs

I have to click on a checkbox in our application.Am able to successfully click in selenium java with the below code but am not able to do it in protractor nodejs. Can someone please help.

Selenium- Java :

        Actions actions = new Actions(driver);
        actions.moveToElement(element).click().build().perform();

I have tried multiple things in protractor nodejs like clicking using javascript, mouseMove and perform .But its not working. Please suggest as per the above code.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can set up protractor with nodeJS following the setup guide on their website: https://www.protractortest.org/#/

Then it's as simple as:

const element = browser.$("input[type=checkbox].myCheckboxClass#myCheckboxID");
await element.click();
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!