selenium supporting any kind of web application it may be angular react or normal web app why protractor and other UI specific tool required

0 votes
Hi,

selenium supporting any kind of web application it may be angular, react or  normal web app. why protractor and other UI specific tool required. could u plz clarify on this.
Aug 31, 2020 in Selenium by Sri
• 3,190 points
393 views

1 answer to this question.

0 votes
Most of the Angular JS applications are entrenched with HTML attributes like ng-controller and ng-model.

Selenium locators cannot find such web elements with just Selenium code. Whereas Protractor can easily find and control Angular-specific locators in the attributes of web application.
answered Sep 1, 2020 by Lyana

Related Questions In Selenium

+1 vote
2 answers
0 votes
1 answer
+1 vote
2 answers

Is it possible to manually set the attribute value of a Web Element using Selenium?

WebDriver driver; JavascriptExecutor js = (JavascriptExecutor) driver; js.executeScript("document.getElementById('id123').setAttribute('attr', ...READ MORE

answered Sep 4, 2020 in Selenium by Sri
• 3,190 points
26,732 views
0 votes
1 answer

Select a drop down value of angular js application using selenium using text

To select drop down use following, driver.findElements(By.className("Your dropdown ...READ MORE

answered Jun 18, 2018 in Selenium by Samarpit
• 5,910 points
10,468 views
0 votes
5 answers
0 votes
1 answer

What is TestNG and why it is used in selenium?

Hello @User, Talking about TestNG, it is an ...READ MORE

answered Dec 24, 2018 in Selenium by Shuvodip
1,109 views
0 votes
1 answer

What are locators in Selenium and what are the different types of it?

Hi Divya, in Selenium Locators define an ...READ MORE

answered May 7, 2019 in Selenium by Abha
• 28,140 points
2,368 views
0 votes
1 answer

How to extract text from a web page using selenium and save it as a text file?

Hello Isha, you can checkout this code ...READ MORE

answered May 7, 2019 in Selenium by Anvi
• 14,150 points
33,138 views
0 votes
1 answer

i know loosely coupled and highly cohesive

Check this out https://dzone.com/articles/microservice-testing ...READ MORE

answered Sep 1, 2020 in Selenium by Kim
654 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP