Omnibus commited on
Commit
2288ebb
·
verified ·
1 Parent(s): 0f4e52a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def run_script(url: str, height: int, width: int, check_b,check_h):
67
  #driver.get(driver.getCurrentUrl())
68
  #driver.navigate().refresh()
69
  main_head = driver.find_element(By.CLASS_NAME, "main-content-header")
70
- driver.execute_script("arguments[0].style='background:#474747;color:#000000;';",main_head)
71
 
72
  head_shot = main_head.screenshot(f'head-{uid}-tmp.png')
73
 
 
67
  #driver.get(driver.getCurrentUrl())
68
  #driver.navigate().refresh()
69
  main_head = driver.find_element(By.CLASS_NAME, "main-content-header")
70
+ driver.execute_script("arguments[0].style='background:#474747;color:#055550!important;';",main_head)
71
 
72
  head_shot = main_head.screenshot(f'head-{uid}-tmp.png')
73