webdriver
Here are 1,069 public repositories matching this topic...
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Jan 30, 2022 - JavaScript
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jul 8, 2022 - Java
-
Updated
Apr 11, 2022
-
Updated
Jul 8, 2022 - Shell
-
Updated
Jun 28, 2022 - PHP
-
Updated
Jun 24, 2022 - TypeScript
-
Updated
Jul 1, 2022 - JavaScript
-
Updated
May 24, 2022 - Python
-
Updated
Jul 8, 2022 - Python
My project have routing based on hosts. But web driver make request to http://127.0.0.1:9080.
How can i change host?
The current implementation of find_by_text
uses the following xpath: //*[text()="some text"]
, which only looks at the first text node within an element. This makes it difficult to query for elements with text split across multiple text nodes.
I think it would be useful to add an alternative that acts more like element.textContent()
, querying against all inner text of an element rather tha
-
Updated
Jun 29, 2022 - Python
🚀 Feature Proposal
Reduce UI overhead of switching from recording to playing:
- enable the play button in the top bar when recording is active
- remove the confirmation dialog from the "Play From Here" menu item.
Motivation
When I'm creating and editing tests I am constantly switching between recording and playing. These two items get in the way. For instance I reach for the p
-
Updated
Jul 2, 2022 - Rust
-
Updated
Aug 2, 2021 - Java
-
Updated
Jul 4, 2022 - Python
-
Updated
Jun 20, 2022 - Python
-
Updated
Jul 8, 2022 - HTML
-
Updated
Jul 7, 2022 - Java
-
Updated
Jun 22, 2022 - Ruby
-
Updated
May 19, 2022 - PHP
-
Updated
Feb 7, 2022 - Python
Improve this page
Add a description, image, and links to the webdriver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webdriver topic, visit your repo's landing page and select "manage topics."
As a base issue.
Related to: appium/appium-base-driver#364 , appium/appium-base-driver#365
session/:session_id/appium/log_event
session/:session_id/appium/events
https://github.com/appium/appium-base-driver/blob/master/lib/protocol/routes.js#L589-L594