The Wayback Machine - https://web.archive.org/web/20200405173031/https://github.com/topics/webdriver
Skip to content
#

webdriver

Here are 615 public repositories matching this topic...

nightwatch
pmorch
pmorch commented Feb 11, 2019

This is a dup of #1620. However #1620 was closed by the stale bot and I can't reopen it. The issue still has merit so I (re-)submit the issue.

For our purposes, we'd just like the file names easily parsable and since the terminal's ls -l sorts by filename by default, make sure the filenames start with the year, month, day, hour etc.

Currently, lib/testsuite/screenshots.js:18 has:

st
jdavis61
jdavis61 commented Feb 14, 2020

Pre-check

  • [X ] I'm aware that I can edit the docs and submit a pull request

Describe the improvement

  1. Review the v6.0.0-alpha.1 and update the flow charts.
  2. Review the existing flow charts and make them better, easier to understand.

I'd like to report

  • Unclear documentation
  • A typo
  • M
wkeese
wkeese commented Mar 6, 2020

Expected behavior

click() should click a button.

Current behavior

It throws an exception:

InvalidArgument: [POST .../element/.../click] invalid argument: missing command parameters

Possible solution

Based on advice in nightwatchjs/nightwatch#2118, I managed to get a minimal test case to work by changing @theintern/leadfoot/Session.js to avoid passing an empty PO

codegain
codegain commented Dec 4, 2019

What are you trying to achieve? (Expected behavior)

If I have a cookie from webdriver I expect to read the "SameSite" attribute of the cookie.

What do you get instead? (Actual behavior)

In https://github.com/facebook/php-webdriver/blob/community/lib/Cookie.php#L49 the "SameSite" attribute is not saved in the cookie.

Details

  • Php-webdriver version: 1.7.1
  • PHP version: 7.3.
selenium-ide
oatmealdealer
oatmealdealer commented Feb 21, 2020

Bug Report

Exported code to JavaScript attempts to resize the window like so, passing the dimensions as positional parameters:

await driver.manage().window().setRect(1024, 768);

When this code is run, it will do nothing.

However, the official WebDriver documentation at https://www.selenium.dev/documentation/en/webdriver/browser_manipulation/#set-window-size recomme

Improve this page

Add a description, image, and links to the webdriver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webdriver topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.