Questions tagged [multiple-browsers]

54 questions
0
votes
1 answer

Test a website in multiple browsers

I would like to test a webpage in multiple browsers, in my local machine. I see that most of the online services provide screenshots, but I cant really see what happens when i click a link on the webpage. Are there any software where i can see how…
Ctroy
  • 577
  • 1
  • 10
  • 20
0
votes
2 answers

Need a link which works depending on browser's javascript enabled/disabled

I have implemented an Alert pop-up using style-sheet and
Salil
  • 46,566
  • 21
  • 122
  • 156
0
votes
1 answer

How to identify the failed driver from ITestResult listener when more than one browser are used in same test method

In case, if my test method is using multiple browsers / multiple drivers , how do we identify where exactly the failure happened? (ie.,in which browser?) For example, In a test, I launch two browsers and login to the application using two different…
0
votes
3 answers

Stuck to run Selenium RC script simultaneously in multiple browsers

I am working in selenium RC with Java+Junit+Eclipse. For my project I have developed script which will run in only one browser i.e Firefox through the below code.. public void setUp() throws Exception { selenium = new…
sss
  • 15
  • 1
  • 6
0
votes
2 answers

JSON data fetching from jquery is not supported by various browsers

I have a html page in which i am taking out the data of static json file which is renamed as .js file and put up some where on a local server say 10.211.20.62:8080/case1/county_json.js i am using the code which is working properly in ie 6, 7, 8 but…
0
votes
1 answer

Tool take UI screenshots of different browsers and compare with a define base line

I'm looking for a tool that can provide me to identify UI changes on each regression round on multiple browsers. Please recommend the tools or a method to get the following. Take the screenshots of a website on IE and Safari (and other main…
0
votes
0 answers

selenium grid not launching multiple browser instances

Hi I am using selenium grid 2 version 3.14.0 and I have given the command: java -Dwebdriver.chrome.driver="E:/BrowserDrivers/chromedriver.exe" -jar selenium-server-standalone-3.5.1.jar -port 7077 -role node -hub http://172.17.7.20:4444/grid/register…
joe
  • 1
  • 2
0
votes
2 answers

javascript error: invalid label? what does this mean?

no worries! it looks like more text than it is ;-) so please go on reading! The Main Questions are: What does the error: invalid label mean? Where is the error in my script? now the geeky stuff begins ;-): I have a script which loads items of an…
helle
  • 11,183
  • 9
  • 56
  • 83
0
votes
1 answer

Different browsers render the same code differently

In this application I am displaying a message in order to tell the user to use Google Chrome browser. I have tried this with multiple browsers but the result is different. I am using the below code segment to check the browser. Its in VB.NET. How…
Harsha W
  • 3,162
  • 5
  • 43
  • 77
0
votes
0 answers

Why do browsers allow some global variables in the strict mode?

I cannot figure it out, why do some browsers allow the next code, and others do not: 'use strict'; (function() { Number = 1; toString = 1; valueOf = 1; })(); console.log(Number); console.log(toString); console.log(valueOf); Chrome 52 on…
d.k
  • 4,234
  • 2
  • 26
  • 38
0
votes
1 answer

Correct Website Video Embed for all Browsers

I am using this code for embedding a video on my website (which I believe is best SEO practice). It is running a little slow on IE & Firefox. I have added the javascript (found on Stack) to make the play, pause, volume, fullscreen option display.…
0
votes
1 answer

'src' attribute inside html video tag

I want to use short video tag format like And tutorial in w3school says: To make it work in all browsers - use elements inside the
valignatev
  • 6,020
  • 8
  • 37
  • 61
0
votes
1 answer

kendo-ui radial-gauge, at chrome, pointer not displayed

I have radial-gauge of kendo-ui. However, at chrome- the pointer is not displayed. (at IE it works well). What can be the reason? Here is my code: html:
user5260143
  • 1,048
  • 2
  • 12
  • 36
0
votes
1 answer

Connection to website cannot be established (randomly)

We manage this website: http://elearning.uem.mz It is from mozambique (hosted in Portugal), and we have a lot of complaints that the users can't connect to it. It seems to be a problem with the connection from the user, but we can't pinpoint the…
dult.np
  • 67
  • 10
0
votes
0 answers

Webkit Property Placement: CSS

.slideOutUp.ng-leave.ng-leave-active, .slideOutUp.ng-hide-add.ng-hide-add-active { -webkit-transform: translateY(-100%); transform: translateY(-100%); } This is the css property I want to place inside an id called #headpanel. I…
braincrash
  • 57
  • 1
  • 3