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…
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…
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…
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…
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…
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…
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…
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…
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…
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.…
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:
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…
.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…