-
use Selenium WebDriver C# and PageFactory (PageObject) pattern to create automated tests. I develop them in Visual Studio 2013.
Before the latest version of Webdriver (now I use 2.47.0) it worked we…
-
This is more of a question than an issue. We have “elements” on the page that require more sophisticated set of actions to interact with the element beyond the set of public API methods on capybara’s …
-
Suggestion: put something like a `By#toString()` in the exception message.
I've implemented the PageObjects pattern using the PageFactory and I'm pretty happy with how things are setup right now, but…
-
I'm loving the tool but sometimes feels like is trying to do too much leading to too much noise.
It would be awesome if we could annotate WebElements within a PageObject to be monitored (meaning sc…
-
I read this article about Screenplay pattern, according to the authors a possible successor to the PageObject pattern:
https://ideas.riverglide.com/page-objects-refactored-12ec3541990
What do you fin…
-
##### Overview
There is not an optimal place to put UI elements used across multiple pages. Common examples are header, footer, login form, cart, ad popups, etc.
I don't think that this is directly …
-
-
## The problem
When setting the value of a text field (ie. 'description = "Synergistic Granite Car"', where description is an object of type 'text_field" in PageObject pattern), the previous content …
-
[//]: # NOTE: This repository only maintains packages that are listed in the [Readme](https://github.com/webdriverio/webdriverio/blob/master/README.md#packages). Please make sure that your issue is di…
-
Currently we have a few builders to create e.g. business partners or refund contracts via cypress.
As of creating this issue, they are here: https://github.com/metasfresh/metasfresh-webui-frontend/tr…