Questions tagged [browser-testing]

89 questions
3
votes
3 answers

Select an option based on text in drop-down with Laravel Dusk

I want to choose a drop-down option based on its text,what should i do? This is my Html code : And this is my…
Mahsa kia-rad
  • 59
  • 1
  • 6
3
votes
1 answer

What is the best way to wait for 'WebComponentsReady' event in TestCafe?

I want to wait for web components in the page to upgrade before running any TestCafe tests (In other words, wait for WebComponentsReady event before running tests). What is the best way to do this?
3
votes
1 answer

Selenium IDE and Headless Browser Testing

How do I run test cases made with Selenium IDE (Firefox Plugin) in a headless browser? When I create test cases with the firefox plugin it saves them as .html files. I am trying to setup a way of running them in a headless browser, (using phantomJS…
3
votes
5 answers

How do you debug Display/CSS issues in multiple browsers?

Say I need to develop a web site for multiple browsers. major ones - Firefox, Safari, IE, Opera, Chrome How do you debug display issues? In Firefox there's Firebug, which is great. There also is a Firebug Lite for other browsers, but it's not full…
iceangel89
  • 6,113
  • 8
  • 40
  • 55
2
votes
4 answers

How to do browser testing in Google Chrome, which is constantly updating

How do QA teams handle browser testing of Google Chrome? Since Google Chrome constantly updates itself, there is a challenge in limiting test scope to a specific version. While we might limit support to IE8 and IE9, Google Chrome's version number is…
frankadelic
  • 20,543
  • 37
  • 111
  • 164
2
votes
0 answers

Is there a way to input a newline in a textarea with Laravel Dusk?

I am trying to add an input consisting of multiple lines to a textarea. The textarea: