selenium-webdriver
Here are 2,136 public repositories matching this topic...
After the introduction of Public workers API, run-workers can be refracted with the help of this API. This will help us to make enhancements and fixes on workers seamlessly.
My project have routing based on hosts. But web driver make request to http://127.0.0.1:9080.
How can i change host?
People often want to use proxy server like BrowserUp (former BrowserMobProxy) to intercept requests/responses between browser and server.
When browser is run inside Selenoid container, the proxy should be also run inside the same container.
I suggest to add BrowserUp proxy to Selenoid containers with Chrome, Firefox and other browsers.
From
-
Updated
Jul 10, 2020 - Java
-
Updated
Jul 9, 2020 - Jupyter Notebook
-
Updated
Jun 17, 2020 - Python
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jun 23, 2020 - C#
-
Updated
Apr 1, 2020 - Java
Thanks for your amazing job! I'm trying to use your scraper but it didn't works... It redirect to a 404 page.... Can you help me?
`scrapy crawl companies -a selenium_hostname=localhost -o output.csv
INFO:scrapy.utils.log:Scrapy 2.0.1 started (bot: scrapybot)
2020-04-19 12:10:18 [scrapy.utils.log] INFO: Scrapy 2.0.1 started (bot: scrapybot)
INFO:scrapy.utils.log:Versions: lxml 4.5.0.0, libxml
-
Updated
Apr 23, 2019 - JavaScript
I followed the steps to get it working, and after npm test
, I ran into:
> jest-webdriver@ test /Users/mac.mccarthy/Documents/workdesk/test/jest-webdriver
> jest --coverage
FAIL packages/jest-screenshot-reporter/modules/__tests__/JestScreenshotReporter-test.js
● Test suite failed to run
SecurityError: localStorage is not available for opaque origins
at Window.get
-
Updated
Jun 15, 2020 - C#
Results.xml file (when viewed in browser) applies XSL template to format the HTML.
We already use moment.js library to format date and to calculate the diff between start and end of the t
-
Updated
Apr 3, 2020 - Python
when run with following code :
with MyConnectionScraper(cookie='AQEDAS9oddoAec7fAAABcD_bsSwAAAFwY-g1LFEAR5RwykzJFoxZQ1ZjaMH2vcXgsasLMFb0GwyGbqgh_guqW-K122YvSwg2_zhDnX_gbpdXrYjPqY5Mq9U2o3KmrfQCYbImYSAmUOTVDuPpUoBPkS') as scraper:
connections=scraper.scrape()
people=connections.to_dict()
no such element: Unable to locate element: {"method":"css selector","selector":".mn-connections > h
The documentation for general_action
in the driver says this:
key => A raw keycode or character from the keyboard if this is a key event
I think it should be "value" instead of "key".
Using "key":
$driver->general_action( actions => [ { type => 'key', id => 'key', actions => [ { type => 'keyDown', key => KEYS->{'shift'} } ] } ] );
Produced this error:
'value' must be
Im reading the documentation to get an overview to the project (seems great so far!) but I noticed that the examples for RemoteWebDriver
/ Capabilities
are out of sync.
The documentation writes about a @BeforeAll
setUp method, but the example code doesn't show this method.
, but without your pointers I would have had some struggle figuring out where best to write the tests (or even t
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.
-
Updated
Apr 15, 2020 - Java
-
Updated
Jun 11, 2020 - CoffeeScript
-
Updated
Apr 15, 2019 - JavaScript
-
Updated
Jun 6, 2019 - Python
-
Updated
Feb 28, 2019 - Python
-
Updated
Aug 5, 2019 - C#
-
Updated
Nov 8, 2018 - Python
Improve this page
Add a description, image, and links to the selenium-webdriver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the selenium-webdriver topic, visit your repo's landing page and select "manage topics."
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