Omnibus commited on
Commit
e0d8633
1 Parent(s): dfc3565

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def run_script(html: str, style: str,font_col,back_col):
35
  #html=driver.page_source
36
  driver.implicitly_wait(30)
37
  driver.set_window_size(500, 4096)
38
- obj = driver.find_element(By.class, "main")
39
  #obj = driver.find_element(By.ID, "app-container")
40
  #obj = driver.find_element(By.ID, "conversation-feed")
41
  #obj = driver.find_element_by_id("in_html")
 
35
  #html=driver.page_source
36
  driver.implicitly_wait(30)
37
  driver.set_window_size(500, 4096)
38
+ obj = driver.find_element(By.CLASS_NAME, "main")
39
  #obj = driver.find_element(By.ID, "app-container")
40
  #obj = driver.find_element(By.ID, "conversation-feed")
41
  #obj = driver.find_element_by_id("in_html")