How to do Context click (Right click) | Protractor Tutorial | LetCode

preview_player
Показать описание
Hello guys, In this video, we'll learn how to do the context click or right-click using Protractor API.
In Selenium we have contextClick as a method but in Protractor it's slightly different, Let's see how to achieve this.

Protractor tutorial with javascript all videos with async and await concept.

Source code

Behind the screen,

Join our Facebook group,

Protractor from scratch with JavaScript & TypeScript

JavaScript tutorial from basic to advance level for test automation

TypeScriptJava tutorial from basic to advance level for test automation

Chrome extension development tutorial - XPath Tool

Selenium - Java, not the basic stuff (weird)

Fun time videos, enjoy coding :)

Thanks for watching :)
Intro & Outro
music credit
song: To my soul

Channel search
letcode "letcode koushik" LetCode "letcode automation" "letcode javascript" "letcode chrome extension" "letcode protractor" "letcode testing" "letcode selenium" selenium protractor javascript "chrome extension" java "letcode java" typescript "letcode typescript" LETCODE
Рекомендации по теме
Комментарии
Автор

What's is the colour plugin you have used in this video ? It's really cool one in VS IDE

tejkumarkempaiah
Автор

Can u tell how to scroll down using protractor because I have 1 element at the end of the page so I need to scroll it down first.

ShwetaSingh-dqxs
Автор

Here is the code snippet which did not work, Please let me know what needs to be done:


const { browser } = require("protractor");

describe("Mouse Operations", function () {
beforeAll(() => {


});

it("Right Click Demo", function () {
let rightClickButton = click me']"));

browser.actions().click(rightClickButton, protractor.Button.RIGHT);
browser.sleep(5000);
});
});

tejkumarkempaiah
welcome to shbcf.ru