Skip to content
#

selenium-webdriver

selenium logo

Selenium is an umbrella project encapsulating a variety of tools and libraries enabling web browser automation. Selenium specifically provides an infrastructure for the W3C WebDriver specification — a platform and language-neutral coding interface compatible with all major web browsers.

Here are 3,691 public repositories matching this topic...

rockwalrus
rockwalrus commented Feb 8, 2022

What are you trying to achieve?

Have TypeScript definitions for addMochawesomeContext.

What do you get instead?

There is no Mochawesome class in the typings directory.

Provide test source code if related

declare namespace CodeceptJS {
  interface SupportObject { I: I }
  interface Methods extends  Mochawesome {}
  interface I extends WithTranslation<Mochaweso
RichiCoder1
RichiCoder1 commented Nov 12, 2018

Both firefox and chrome (with some noise from Edge) support headless, and the selenium images referenced in the readme allow disabling running the display server if the inner browsers support headless. Would be great to either A) have a headless option or B) have the abilities to append capabilities.

enhancement good first issue
Organization
SeleniumHQ
Website
www.selenium.dev
Wikipedia
Wikipedia