Questions tagged [multiple-browsers]

54 questions
1
vote
2 answers

Different User Agents in the browsers

I have noticed that some browsers via a build in development feature allow you to choose different user agents. Does this mean that they change their rendering engine? Say for example, if I set Safari's user agent to internet explorer - will that…
jwknz
  • 6,598
  • 16
  • 72
  • 115
1
vote
0 answers

How we can run same feature file on multiple browser sequentially?

I am new to Karate Framework and I need to execute multiple scenarios from one feature file on chrome, msedge and firefox browser. After each scenario outline I am adding configuration type in Example, as below: Feature: Login test Background: #*…
1
vote
0 answers

Within an asp.net application loading several instances of the same page within a session loads synchronously rather than async.

I have an asp.net application using the .net 3.5 framework, Telerik, and am testing it using IE8. I have recently received a requirement to allow any of the pages within the application to be loaded on multiple browsers for the same session. We are…
Josh
  • 11
  • 2
1
vote
1 answer

Python & Unittest open second browser, after first test have completed and test fails

Found many topics about this problem, but didn't find any easy described problem solving, so creating new topic with this problem and maybe will get much better answer to this problem. I have created test case for LoginTest and test case for…
1
vote
1 answer

Navigation Dropdown Text Color doesn't work in FF and IE

I was able to get the navigation dropdown to show the letters in a different color from the background (white in this case) in Chrome browser. But when I view the same page in IE or FF, the whole background is just all green. Here is an example of…
Genadinik
  • 18,153
  • 63
  • 185
  • 284
1
vote
3 answers

HTML rendering bug in Chrome/safari - looks ok in firefox

I'm having a weird vertical spacing bug in chrome/safari that I missed when setting it up in firefox. It seems some vertical spacing rule is being ignored by one or the other. I've gone through the code but am at a loss - pointing me in the right…
Bob
  • 11
  • 1
1
vote
3 answers

Open multiple browsers in incognito / private mode via Powershell

I want to open a single URL with IE, CH and FF, using incognito/private mode. I can open the url with the 3 browsers using this Powershell script: Param( [string] $url ) [System.Diagnostics.Process]::Start("chrome.exe", $url) …
Davide Bellone
  • 89
  • 2
  • 10
1
vote
1 answer

Googlebot getting an error

I have the following code as my index.php for my multi-language website. Each available language has a subdirectory.
harryfear
  • 41
  • 4
1
vote
2 answers

Conditional execution of automation tests on different browsers

I want to execute a test on three browsers and I want a conditional execution of this test. Example - If browser name is chrome, go to Google.com and search for selenium testing. If browser name is Firefox, search for MongoDB. This is just a sample…
Vish
  • 81
  • 8
1
vote
2 answers

How to use Vendor Properties in Multiple Backgrounds?

I want to use multiple backgrounds in css, which are currently supported by Firefox 3.61, Chrome/Safari, supposedly Opera10.5 (doesn't run on gnu/linux). It is working fine, however i would like to use linear-gradients as a background. it works ok…
Capi Etheriel
  • 3,542
  • 28
  • 49
1
vote
4 answers

How do I center a div inside a background image across browsers?

So this website has content inside a background image that has a square in it but it is not centered. In firefox it is too big, and in Chrome it is too far to the left, and the only way to center it is by pressing ctrl+ (which makes the browser…
Gregory
  • 11
  • 1
1
vote
2 answers

Unable to change cursor image in IE

.gamerboard1 { cursor:url(../assets/curser.png), url(../assets/curser.cur),auto; } Hi All, I have to change the cursor image for all browsers.Cursor image changes well in Chrome and Firefox but fails to…
user3218194
  • 448
  • 4
  • 15
1
vote
2 answers

CSS multiple background shows up in Chrome but not IE or Firefox

I see some answers to backgrounds not showing up on Chrome but on IE and Firefox, but that was just refreshing the cache. Tried specifying the conditions for background-size didn't change anything. Not sure why it works on Chrome, but doesn't show…
Kevin S. Hsu
  • 61
  • 1
  • 1
  • 3
0
votes
1 answer

Multiple browsers for single test in selenium RC with java

I want to run my selenium RC test case which is backed with JUnit4 on multiple browsers. How am i supposed to run it? what configurations should be done in: ** public void setUp() throws Exception { selenium = new …
Milind_open_source
  • 141
  • 1
  • 2
  • 11
0
votes
1 answer

Site block built with CSS first time is displayed incorrectly in Firefox and Safari

I try to replace site menu created on flash with simple menu with image and links. I do it with CSS. Background image inserts with CSS value: background: url(/image.png), and menu is just list of tags (with CSS style to display it white and…
Artyom Chernetsov
  • 1,394
  • 4
  • 17
  • 34