|
@@ -492,7 +492,7 @@ class CreateAd:
|
|
_.get_attribute("value") == '07C160' or _.get_attribute("value") == 'FFFFFF'):
|
|
_.get_attribute("value") == '07C160' or _.get_attribute("value") == 'FFFFFF'):
|
|
input_elements_can_use.append(_)
|
|
input_elements_can_use.append(_)
|
|
|
|
|
|
- if config_info['borderColor'] != '#FFFFFF':
|
|
|
|
|
|
+ if config_info['textColor'] != '#FFFFFF':
|
|
input_elements_can_use[0].click()
|
|
input_elements_can_use[0].click()
|
|
input_elements_can_use[0].send_keys(config_info['textColor'])
|
|
input_elements_can_use[0].send_keys(config_info['textColor'])
|
|
time.sleep(random.uniform(0.1, 0.5))
|
|
time.sleep(random.uniform(0.1, 0.5))
|