-
Hi, i just decided to migrate from old Serenity-BDD version to new one. I found that `switchToPage` is deprecated. What should i use instead?
I also have a little proposal: could you create a comme…
-
# Description
In order to create a prescribed pattern for E2E test spec creation using more advanced techniques, we need to research industry best practice Cypress test design patterns.
## References…
-
Hi!
First of all: Thanks for the repos!
I want to bring up the problem of dynamic behavior (ajax) which causes tests to be flaky.
I mean in general, **not your tests in this repo**.
I'd be r…
-
## Description
I'm trying to implement page object on certain project. I'm very keen on Java, and there is no issue when using @WithTimeout annotation to wait either until element present or timeou…
-
Using a custom FieldDecorator, I can get PageFactory to populate nested PageObjects that are themselves annotated with FindBy
e.g.
```
public class GooglePage {
@FindBy(name = "q")
WebEl…
-
I've been using selenium for a few years and one thing that's always been at the back of my mind is the PageFactory. Whenever I need to write custom annotations for someone to use instead of the FindB…
-
Hi there,
as far as I understood the use of withTimeoutOf() should override the value "webdriver.timeouts.implicitlywait" but I'm always facing the default timeout. I was applying the below code snip…
-
**Describe the bug**
In PlaywrightEnvironment, we init this.global.page in `setup` function, when I do `jest -t "my test name"`, it will init page for ever skipped files which consumes a lot of time…
-
In order to improve our quality and performance, we need to start doing automation tests for general checks of the app.
**POC Objective:**
Find a suitable framework and strategy to improve automa…
-
Hello,
I'm using Selenide+TestNg+Allure with PageObject pattern, I have a method for parsing and storing elements in ElementsCollection
```
@Step("Click checkBoxs with empty value ")
public vo…