Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

use selenium without opening browser

from selenium import webdriver   # for webdriver
from selenium.webdriver.support.ui import WebDriverWait  # for implicit and explict waits
from selenium.webdriver.chrome.options import Options  # for suppressing the browser
Source by sqa.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #selenium #opening #browser
ADD COMMENT
Topic
Name
6+3 =