How to write a code using selenium webdriver and pom to get 5 mobiles from a popular online store whose price is less than 30000

0 votes
Using selenium and pom. The mobiles which are newly arrived.
May 2, 2020 in Selenium by anonymous
• 120 points
1,607 views

1 answer to this question.

0 votes

If you are asking about creating a selenium maven project, have a look at https://www.edureka.co/blog/create-selenium-maven-project/

For automating mobile search check this out. you will need to customize it as per your requirements.

https://www.edureka.co/community/47001/automate-searching-samsung-flipkart-website-selenium-webdriver

Hope this helps!

answered May 4, 2020 by Sirajul
• 59,230 points

Related Questions In Selenium

+1 vote
4 answers

How to get typed text from a textbox by using Selenium Webdriver?

Hey Ashmita, to get the typed text ...READ MORE

answered Jun 25, 2019 in Selenium by Abha
• 28,140 points
38,328 views
+1 vote
1 answer
0 votes
2 answers

How to get a page name using Selenium Webdriver (C#)?

String pageTitlte=driver.getTitle(); READ MORE

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

How to get the text from a website using selenium?

driver.findElement(By.cssSelector("p")).getText() or  IWebElement element = Browser.GetElementByCssSelector("div.loginbox p"); string text = ...READ MORE

answered Sep 6, 2020 in Selenium by Sri
• 3,190 points
25,125 views
0 votes
1 answer

How to write a code for combo box and how can i select a country from country dropdown?

https://stackoverflow.com/questions/40017443/how-to-perform-dropdow ...READ MORE

answered May 8, 2020 in Selenium by vaibhav
1,325 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,144 views
0 votes
1 answer
+3 votes
1 answer

How to read excel file numeric data of all rows and column in selenium? I have 10 rows and 5 column but I read Only String value not a Numeric value?

Hey, @Mahendra, check this thread https://www.edureka.co/community/52170/read-numeric-data-from-excel-sheet-using-selenium-webdriver It deals with ...READ MORE

answered Jan 27, 2020 in Selenium by Sirajul
• 59,230 points
1,806 views
0 votes
1 answer

How to make seleinum jar file , and how to test using Selenium jar file?

Use Eclipse Export Wizard. While exporting, select "Create ...READ MORE

answered Apr 27, 2020 in Selenium by Sirajul
• 59,230 points
1,970 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