python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a way to define browser args using Selenide?
I am trying to do the same test but with selenide instead of selenium.
The web site i am testing requires these 4 arguments otherwise won't work.
Is there a way to define browser args using Selenide?
...
André Bernardo
Votes: 0
Answers: 1
check if text is bold
I am testing the output of a search and I want to be sure that I will get the text and that it would be bold.
For example I want the name to include "ar". As an output I will get:
But I want...
Kosh
Votes: 0
Answers: 1
How to remove space from dropdown value while selecting in selenide Xpath
My source html-snippet:
<select id="X1" class="">
<option data-auto="X-input-option" value=""> --Select-- </option>
<option data-auto=&...
NewSelenideBee
Votes: 0
Answers: 1
java, selenium,selenide: adding random product to the cart (stream)
i am using (java, selenium,selenide). there is a list of product div on a page. it contains product information, price and buy button. i need to randomly select 2 products that have price < 290 and...
TANYA
Votes: 0
Answers: 0