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?

Varunkumar Nagarajan
- 1,807
- 1
- 24
- 43
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…

David Rust-Smith
- 473
- 4
- 11
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:

NETDev
- 139
- 11
2
votes
1 answer
Phpunit-Selenium runs all assert functions
I want to write some browser tests using phpunit-selenium, Now this is my test class

Mohammad.Kaab
- 1,025
- 7
- 20
2
votes
2 answers
Detecting a browser type
Together with error reporting in my asp.net app, I am also retreiving browser information. For example I am getting specific error a lot:
Type = Mozilla
Name = Mozilla
Version = 5.0
Major Version = 5
Minor Version = 0
Platform = Unknown
Is Beta =…

mko
- 6,638
- 12
- 67
- 118
2
votes
1 answer
What is a short, general term for automated browser testing?
I often want to refer, generally, to automated browser tests (like Selenium or PhantomJS).
The only terms I've heard describe it unambiguously are quite long, and make them unwieldy in conversation ("automated browser tests"), aren't specific enough…

aaaidan
- 7,093
- 8
- 66
- 102
2
votes
3 answers
How to *automate* browser based unit tests, locally or on Jenkins
Straight up been looking for answers to this question for months, still no idea how to actually do it - how does one automate tests that run in the browser? Selenium tests run on the backend and of course can be automated, and we are doing this now.…

Alexander Mills
- 90,741
- 139
- 482
- 817
2
votes
0 answers
How to select size for display in Firefox's Responsive Design View using Shortcuts?
Reading this article I understand it is possible to invoke Responsive Design View with ⌥⌘M.
I want to be able to select different view sizes from the dropdown without using a mouse.
Are there shortcuts available for selecting these different view…

shiggiddie
- 190
- 2
- 9
2
votes
2 answers
Casperjs: testing jquery autocomplete
I'm having trouble interacting with a jquery auto-complete input box with casperjs. I've tried many different ways, but I can't seem to select the auto complete option when the list of options pops up.
My code is as follows: …

Jeremy Gehrs
- 413
- 6
- 17
1
vote
1 answer
How to get chrome browser network laps logs in karate UI automation
As part of Oath 2.0 client credential (response type code and ,microsoft SSO) automatio , I need to retreive token from the browser logs (from n/w tabs or response headers) that bearer token can be used in the subsequent API request
n
I am using …

Rekha Chotara
- 11
- 3
1
vote
1 answer
Assert css of an element using Dusk
I need to assert the styles of an element directly from the Dusk tests. In my application, I changed some styles of elements based on a specific condition. e.g. For invalid users, I changed the background to red. Now, I need to assert the css styles…

Shahab.es
- 367
- 6
- 20
1
vote
2 answers
What's a good list of browsers to test your web design with?
I'm trying to come up with a list of essential web browsers one should test their design on.
Here's what I usually use, but I would love to know if you would recommend others that I have missed?
Firefox
Safari
Opera
Google Chrome
Internet Explorer…

stefmikhail
- 6,877
- 13
- 47
- 61