Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help ! selenium and google sheet
#1
I want to check the data and send it to write it on Google sheet.
And want to find information for specific words written on Google sheet .

def log_log():

    logdate_text1 = driver.find_element_by_xpath('//*[@id="tblData"]/tr[1]/td[6]')
    logdes_text1 = driver.find_element_by_xpath('//*[@id="tblData"]/tr[1]/td[7]')
    #list1 = [logdate_text1.text, logdes_text1.text]
    list_date1 = [logdate_text1.text]
    list_des1 = [logdes_text1.text]
    if list_des1 == '1':
        Worksheet.append_row(list_des1)
    else:
        time.sleep(1)
    #Worksheet.append_row(list1)
    print("complete!")
    time.sleep(1)
Reply
#2
perhaps one of these packages will do what you are looking for: https://pypi.org/search/?q=google%2Bsheet
Reply
#3
(Mar-12-2021, 09:39 AM)Larz60+ Wrote: perhaps one of these packages will do what you are looking for: https://pypi.org/search/?q=google%2Bsheet

thank you for your support.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Photo Disable checkbox of google maps markers/labels using selenium erickkill 0 1,252 Nov-25-2021, 12:20 PM
Last Post: erickkill
  google sheet recheck data error ! puttimet38 2 2,220 Mar-21-2021, 04:24 AM
Last Post: puttimet38
  Selenium google login probottpric 0 2,175 Oct-09-2020, 04:19 PM
Last Post: probottpric
  With Selenium create a google Search list in Incognito mode withe specific location, tsurubaso 3 3,253 Jun-15-2020, 12:34 PM
Last Post: tsurubaso
  Error in Selenium: CRITICAL:root:Selenium module is not installed...Exiting program. AcszE 1 3,623 Nov-03-2017, 08:41 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020