Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Data Scraping doesn't work due to new results loading

  1. #1
    Junior Member
    Join Date
    Jul 2024
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Data Scraping doesn't work due to new results loading

    Need to search shampoo and extract productname, quantity, price


    i want to extract data but same data is printing again and again

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,088
    Thanks
    65
    Thanked 2,712 Times in 2,662 Posts

    Default Re: Data Scraping doesn't work due to new results loading

    Can you post a small, complete program that compiles and shows the problem when executed?
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Jul 2024
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Data Scraping doesn't work due to new results loading

    need some code details to check the possible issue

Similar Threads

  1. Timer that could work when is closed doesn't work correctly
    By HerlySQR in forum What's Wrong With My Code?
    Replies: 5
    Last Post: September 27th, 2022, 08:19 PM
  2. Scraping data from the web
    By AD2 in forum What's Wrong With My Code?
    Replies: 12
    Last Post: December 17th, 2019, 04:16 AM
  3. Replies: 1
    Last Post: November 27th, 2012, 08:55 AM
  4. Why doesn't this work!
    By Alex-Green in forum What's Wrong With My Code?
    Replies: 2
    Last Post: February 20th, 2012, 04:25 AM
  5. Why doesn't this work?
    By mailman in forum What's Wrong With My Code?
    Replies: 6
    Last Post: January 9th, 2012, 11:19 PM