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 best way to learn selenium testing? N start career in automation testing?
For learning Selenium testing , Prepare for Core Java later learn Selenium WebDriver.
Deepak
Is Selenium in automation a good career?
Yes, it is an awesome career option and it will add value too. I saw people from Manual Testing upgraded themselves to Selenium. If you want to make career in Automation Testing field, then Selenium is...
Vijayaadithya
0 0
8
To start learning Selenium, how well do I have to know or be familiar with Java?
Hi Uday, You need to have good knowledge on how to basic code in Corr Java and then you can easily learn as the time passes.
Uday
0 0
6
I have 5 year of experience in android application development but never got much to work on it. As i have a good knowledge on core java , want to switch for automation testing and want to learn selenium tool. Will it be possible to switch and show my experience in testing for 5 yrs to crack testing interview?
Hi Ekta, You can use your existing experience in software testing, i would tell you, How you could use existing experience in testing. you should start your training on Selenium tools. as you know software...
Ekta

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

Ask a Question

Related Lessons

Being a Tester.
Being a tester one should never ever work in an isolated environment. He should be aware of whole Product functionality and architecture.For starting you may proceed with - 1. Learn to login to the ip...

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

Example of DependsOnMethod in TestNG
public class dependsonM { @Test public void login() { System.out.println("login"); } @Test (dependsOnMethods = {"login"}) public void email() { //Intentionally I am failing this testcase Assert.assertTrue(false);...
S

Sarthak C.

0 0
0

Xpath Cheatsheet
Xpath Descendant selectors h1 //h1 ? div p //div//p ? ul > li //ul/li ? ul > li > a //ul/li/a div > * //div/* :root

Code to launch Chrome browser using Appium on Andriod
DesiredCapabilities capabilities = new DesiredCapabilities();capabilities.setCapability(MobileCapabilityType.PLATFORM_NAME, "Android");capabilities.setCapability(MobileCapabilityType.PLATFORM_VERSION,...

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