B
Size: a a a
B
V
MA
B
MA
X
X
АП
K
selenium.common.exceptions.TimeoutException: Message: timeout: Timed out receiving message
from renderer: 299.181
(Session info: chrome=95.0.4638.69)
options = webdriver.ChromeOptions()
options.add_argument('log-level=3')
options.add_argument('--disable-infobars')
options.add_argument('--disable-notifications')
options.add_argument('--disable-gpu')
options.add_argument('--no-sandbox')
if headless:
options.add_argument('--headless') # Комментировать данную строчку, если визуальная имитация нужна.
options.add_argument('--disable-extensions')
options.add_argument('--disable-blink-features=AutomationControlled')
DA
d
root@server:~# ps -ef | grep "python" |grep -v grep| awk '{print $2}' | xargs pwdx
448: /
524: /root/BSC/celery_module
525: /root/BSC/sched_upd_price
535: /
1029: /
1087: /
1088: /
1089: /d
MA