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,587 public repositories matching this topic...

henrypoon
henrypoon commented Jun 16, 2021

What are you trying to achieve?

export DataTable and other cucumber-related types such that we can use it in step definitions

What do you get instead?

I need to manually define it on our own

interface OwnTableDefinition {
  /**
   * obtain an object that allows you to get a simple version of the table parsed by column or row
   */
  parse(): {
    /**
     * retu
enhancement good first issue typescript
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