How to Change gmail login page settings

0 votes

Hi,

I am working on selenium automation testing and I want to know how to login gmail account automatically through eclipse. I have seen some youtube videos and they are achieving this by logging in to gmail in a single load page. But I am getting two different pages... one for entering username and other for entering password. I want change the login settings to display both username and password in a single page with signin button. And I need to login gmail in a single load using selenium drivers... Please guide here..

  

Jan 29, 2019 in Selenium by Suganth
3,906 views
Hey @Suganth, the old classic login page is no more available. Google has freezed the new login page and there is no way to access the old login page.

2 answers to this question.

0 votes
answered Jan 29, 2019 by Priyaj
• 58,090 points
0 votes
Hey @Suganth, from August 2018, google has freezed the classic login page and now you cannot get the classic login page. You have to work with the new login page itself. Hope this helps.
answered Feb 6, 2019 by Priyaj
• 58,090 points

Related Questions In Selenium

+10 votes
17 answers

How to automate gmail login process using selenium webdriver in java?

Check the below code: Here is the working ...READ MORE

answered Apr 24, 2018 in Selenium by Vardy
• 2,360 points
194,138 views
+1 vote
1 answer

How to automate instagram login page using java in selenium?

Try the following: package com.company; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import ...READ MORE

answered Sep 15, 2020 in Selenium by Karan
• 19,610 points
6,504 views
0 votes
2 answers

How to scroll the Page up or down in Selenium WebDriver? (using java)

JavascriptExecutor jsx = (JavascriptExecutor)driver; jsx.executeScript("window.scrollBy(0,555)", ""); or Action classes ...READ MORE

answered Sep 6, 2020 in Selenium by Sri
• 3,190 points
18,488 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,711 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,608 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,680 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,551 views
+2 votes
1 answer

How to press enter using selenium in Java?

Hey @jino, good that you are finding ...READ MORE

answered Dec 21, 2018 in Selenium by Priyaj
• 58,090 points

edited Oct 7, 2021 by Sarfaraz 4,274 views
+2 votes
2 answers

how to install firebug or firepath in firefox?

Hey @Charumatibahen, firebug is no more in ...READ MORE

answered Dec 28, 2018 in Selenium by Priyaj
• 58,090 points
18,711 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