Commit 2d5d6d20 by Csók Tamás

selenium: config is a child of the object class from nowon

parent 70c66a65
......@@ -19,7 +19,7 @@
import random
class SeleniumConfig:
class SeleniumConfig(object):
# How many sec can selenium wait till certain parts of a page appears
wait_max_sec = 10
# How much sec can pass before the activity is no longer happened recently
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment