Category Archives: Selenium Protractor

Protractor Tutorial

AutomationSelenium ProtractorSelenium TutorialTutorial

Protractor Tutorial: End To End Testing For AngularJS

According to StackOverflow’s developer survey, around 30.7% of respondents preferred AngularJS to develop their web applications. These web apps use fewer resources and are faster in comparison to the older static pages.

June 25, 2020

view count60248 Views

Read time5 Min Read

Protractor Tutorial: Handle Frames & iFrames in Selenium

AutomationSelenium ProtractorSelenium TutorialTutorial

Protractor Tutorial: Handle Frames & iFrames in Selenium

This article is a part of our Protractor tutorials. Visit LambdaTest Learning Hub for in-depth tutorials around CI/CD, Selenium, automation testing and more. While performing Selenium test automation, you’d often come across scenarios where you’d need to handle frames or iframes. Frames are used to split the content into horizontal and vertical splits, while iframes … Continue reading Protractor Tutorial: Handle Frames & iFrames in Selenium

June 18, 2020

view count67055 Views

Read time12 Min Read

Handling Timeouts With Selenium

AutomationSelenium ProtractorSelenium TutorialTutorial

Protractor Tutorial: Handling Timeouts With Selenium

This article is a part of our Protractor tutorials. Visit LambdaTest Learning Hub for in-depth tutorials around CI/CD, Selenium, automation testing and more. A lot of times while performing Selenium, you’ll come across certain scenarios when your test fails due to the fact that the webpage or the web element takes some time to load … Continue reading Protractor Tutorial: Handling Timeouts With Selenium

June 9, 2020

view count92755 Views

Read time10 Min Read

Handle Alerts And Popups

AutomationSelenium ProtractorSelenium TutorialTutorial

How To Handle Alerts And Popups In Protractor With Selenium?

This article is a part of our Protractor tutorials. Visit LambdaTest Learning Hub for in-depth tutorials around CI/CD, Selenium, automation testing and more. There are times in the life-cycle of various web applications where you need to interrupt a message to the user. These may be warnings, alerts or information. Browsers have native dialog boxes, … Continue reading How To Handle Alerts And Popups In Protractor With Selenium?

June 1, 2020

view count63183 Views

Read time13 Min Read