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)
Next JS Browser support for Image and Script components
Are Image and Script components from Next JS supported on all browsers including IE?
As per nextjs documentation they've mentioned that Next JS supports all the browsers but it doesn't tell explicitly...
Rishab Sharma
Votes: 0
Answers: 0
Playwright Test - work in 4 browsers(Chrome, Microsoft Edge, Firefox, Webkit), toggle button problems
The test passes successfully for Chrome and Microsoft Edge browsers and gives an error for Firefox and Webkit browsers. When running the same test at the same time.
Gives this error:
waiting for eleme...
BrynzaRuslan
Votes: 0
Answers: 1
Tailwind: opacity in color class breaks styling in :visited pseudo selector
I have a project with Tailwind and I am trying to set the styles for a :visited element like this:
class="visited:text-red"
That works in Firefox but in Chrome and Safari it does not apply t...
v-moe
Votes: 0
Answers: 1
Is there a way to access files via a file chooser dialog when running tests on Sauce Labs?
I am performing automated cross-browser testing using Selenium and Sauce Labs. The web application under test requires files to be accessed via a file chooser dialog. I’d like to access these files us...
G Sharma
Votes: 0
Answers: 1