Emil Ghitta (eghitta+36)
About Emil Ghitta
Test What the
Another test
host_ip = socket.gethostbyname(socket.gethostname())
if browser == "chrome":
browser_options = ChromeOptions()
browser_options.add_argument("-headless")
browser_options.add_argument('-window-size=1200x600')
browser_options.add_argument("-disable-gpu")
browser_options.add_argument("--log-level=3")
else:
browser_options = FirefoxOptions()
browser_options.add_argument("-headless")
browser_options.add_argument('-window-size=1200x600')
browser_options.add_argument("-disable-gpu")
browser_options.log.level = 'warn'
driver = webdriver.Remote(
command_executor=f'http://{host_ip}:4444',
options=browser_options
)
- Test
- We
- www
Emil
The WHO was founded in 1948.