-
## 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…
-
ERROR net.thucydides.core.webdriver.WebDriverFacade - FAILED TO CREATE NEW WEBDRIVER_DRIVER INSTANCE class io.appium.java_client.AppiumDriver: Could not instantiate class io.appium.java_client.Appium…
-
Hi while running serenity maven project I am getting package not found errors.
I tried all basic maven trouble shooting techniques but still unable to resolve this issue.
console output.
[INFO]…
-
### What is your Test Scenario?
### What is the Current behavior?
### What is the Expected behavior?
### What is your web application and your TestCafe test code?
https:/…
-
watir version 5.0.0
watir-webdriver version - 0.9.3
page-object - 1.2.0
Not sure what is wrong here, We are getting Deprecation warning for focused? method on below line of code :
expect(@cur…
-
**Context:**
- Playwright Version: 1.16.3
- Operating System: Windows 10
- Node.js version: 16.13.0
- Browser: Chromium
**Describe the bug**
I'm trying to write a test that fills a form (Str…
-
Сделать вывод в лог всего PageObject в виде
```
└───Page(Name)
│ │ Element(Name, Locator)
│ │ Element(Name, Locator)
│ └─Block(Name, Locator)
│ │ │ Element(Name, Locator)
│ │…
-
This is somewhat related to issue #233. I was wondering, is there any way (in the latest version of turn.js, not the one on github) to completely disable the page turn altogether? I've been struggling…
-
Hi there,
headline states it all.
If so, where can I find them? Just reading the changeSet is not always clear for someone who does not develop the framework.
... or a diff in the documentatio…
-
## Description
In my tests I want to enter some text into input box and then read it to make sure that input method succeeded. So in my code I use _element.SendKeys(value);_ and then I read it _var…