Questions tagged [selenide]

Selenide is a framework for writing easy-to-read and easy-to-maintain automated tests in Java.

Selenide is based on and is compatible to Selenium WebDriver 2.0. It defines concise fluent API, natural language assertions and does some magic for ajax-bases applications to let you focus entirely on the business logic of your tests

References:

290 questions
-1
votes
1 answer

How to locate the element using Selenium and Java

Please help me find what is the xpath/css selector here? I need to locate this using locators in selenide
-1
votes
2 answers

open all links - verify some condition

I need to open all links from a page at a specific URL. If the link opens I need to check the page content and verify it does not contain specific text. I used Selenide which is built on selenium, and tried the following: String[] links = null; int…
Hana90
  • 943
  • 5
  • 17
  • 37
-2
votes
1 answer

XPath: how to select only part of the node text as a WebElement

I have HTML like this:
Feb 2018
Here is XPath which returns me WebElement (SelenideElement in Selenide or Node in browser debugger):…
0xFF
  • 585
  • 1
  • 6
  • 22
-3
votes
0 answers

Extent Report consolidate multiple test run results

I would like to have extent testing report consists of iteration day 1 and iteration day2 testing result. Dear All, I had coded selenide automation testing and I need consolidate multiple run testing result separate by day 1 day 2 day 3. How to…
nicholas
  • 2,581
  • 14
  • 66
  • 104
-4
votes
1 answer

Kotlin\Java - String like "$1" to number

So I'm writing automated tests in Kotlin + Selenide for the pricing. I have 59 items in the cart. Each item is coded like this:
$33.00