When I open a page, it asks username and password. But I inspected that username and password don't have any inspect. So, my question is how to pass elements without locators (selenium with c#)?

Asked by Last Modified  

Follow 3
Answer

Please enter your answer

Problem Solver

You need to pass username & password in the URL, i.e. https://username:password@url.
1 Comments

Automation Trainer

What does it mean of don't have any inspect? If the element does not have any attributes, then use the parent element to inspect the element.
Comments

Automation Testing Corporate Trainer Helping You in Rapidly Changing Software Testing World | Let's ConnectAutomation Testing Corporate Trainer Helping You in Rapidly Changing Software Testing World | Let's Connect

You get this because the server wants to authorise the user, which is not part of your web application, so you cannot inspect it. To solve this, follow the below code.: WebDriver driver = new ChromeDriver(); driver.get("http://username: password@application_url"); Write application URL as shown above. Whatever...
read more
You get this because the server wants to authorise the user, which is not part of your web application, so you cannot inspect it. To solve this, follow the below code.: WebDriver driver = new ChromeDriver(); driver.get("http://username: password@application_url"); Write application URL as shown above. Whatever username and password you want to enter, add it like above in the URL.It will not show the pop-up to enter user credentials. Try this and let me know if this works. read less
Comments

. 16yrs experience as java selenium automation Architect

What all attributes u see for the imput fields?For any site html element will have a tag name like input, Text . You can constuct the xpath with attibute. Any page developed HTMl elements with have attributes. U can even go For CSS
Comments

View 2 more Answers

Related Questions

How long will you take to complete selenium course as a weekend batch ? And what is the time duration for each class ?
Selenium and Java basics will take require around 8 hours of coaching. 2 hours every week. Rest, the student needs to practice at home on a daily basis
Ramachandran

Can I learn selenium without knowladge programing language

The mentor will guide you the java basics wrt selenium automation. You can able to learn. Gayatri
Ch

I have been working in a medical billing company for five years. I want to switch my carrier from non-IT to IT. I have only a BA degree, but I have good knowledge of computers. I know some basics of HTML and manual testing; can I learn java selenium directly to get a job in automation?

Hi Sirajudeen.. Java selenium is one of the good options.. one more easy way to shift to IT is learning Oracle SQL.. Scope of Oracle SQL always stands high since the database is backbone of all developement,...
Sirajudeen
Which language is demand now for Selenium: Python or Java?
Most of the companies are using JAVA compared to python for Selenium to automate web applications.
Pradeep
0 0
6

Can I learn selenium without manual testing knowledge?

The mentor will guide you the basics of Manual Testing ...You can able to learn.
Krishna

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Priority in TestNG
public class Priority { @Test (priority=1)public void login() {System.out.println("login");} @Testpublic void email1() {System.out.println("email1");} @Test (priority=-2)public void email2() {System.out.println("email2");} //I...
S

Sarthak C.

0 0
0

CheatSheet for xpath/css used in Selenium (UI Automation Testing)
Locators Dynamic XPath String a = "//html/body/div/header/nav/div/div/ul/li/div/div/span/div/div/div"; String xp = a + i + b; =========================================== ...
S

Sarthak C.

0 0
0

ListIterator Example
public class ListIteratorEx { public static void main(String args) { List<String> li = new ArrayList<String>(); li.add("java1"); li.add("java2"); li.add("java3"); li.add("java4"); ListIterator...
S

Sarthak C.

0 0
0

Dada Provider concepts in Selenium
https://www.youtube.com/watch?v=5olSfyB1r9A
B

Bhanu P.

1 0
0

Selenium Lesson on TestNg
Testing Annotations @BeforeSuite: The annotated method will be run before all tests in this suite have run. @AfterSuite: The annotated method will be run after all tests in this suite have run. @BeforeTest:...

Recommended Articles

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Looking for Selenium Training?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you