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

Hi, We provide online instructor-led training. I am looking for Java Teacher/Instructor who can teach java via online. If anyone interested then contact me. I have to start the class from tomorrow onwards.
Hi, If you haven't finalised yet, I am interested in being an instructor. I will be teaching the newest version of Java, Java 10. Experience - 3 yrs as Software Engineer, BTech CSE, teaching Java to school and college students since 3 yrs.
Ujjwal Rana
What is the cost of ISTQB Test? What is the procedure to apply for it? I am a graduate in B.Sc. Can this ISTQB test help me in finding a IT job?
Hi Jagadeesh, Getting a job in Testing needs good conceptual knowledge in Software Engineering, Testing, Test Methodologies and types, Test Reporting and Metrics. ISTQB will have questions more related...
Jagadeesh
Which one is good to learn, Salesforce or Selenium? I know they are entirely different, but which one will be more in demand in the future?
Selenium is good to learn. It has good future. Learn selenium automation & expertise in using Selenium 3.0 to create robust, browser-based regression automation suites and tests, scale and distribute...
Arumugam
0 0
5
what is pop handling ?
using windowhandles() you can do popup handling with selenium webdriver
Vishal

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

Ask a Question

Related Lessons

Selenium WebDriver 3.0, Test NG and JAVA.
Hello, Selenium WebDriver 3.0 with GeckoDriver is the latest upgrade of Selenium. To execute automation test scripts in Mozilla browser we need to install GeckoDriver seperately and the scripts should...

High level Steps to target for cracking Interview for Selenium with java
1. Prepare well to explain the framework and its high level flow using different tools/component used in the framework development. 2. Prepare well with the selenium commands. 3.Prepare well with Basic/Oops...

Difference between driver.close() and driver.quit () method
close () -By using this command, we can close the current browser or page. quit() - By using this command, we can shut down the web driver instance or destroy the web driver instance(Close all the windows).

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

TestNG
TestNG Concepts TestNG: TestNG is an automation framework to run the test cases, test suites and do parallel testing. It is an advanced version of Junit. It consists of many features like annotations,...

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