browser-tab Questions
6
Solved
How to know or check if the two browser tab is already open and if those tab are open, the user will receive an alert box or msg box saying that 'the url is already open', something like that, in p...
Smut asked 4/9, 2014 at 9:13
4
Solved
I have to open the result page using render_to_response on a new tab.
Hipparchus asked 24/3, 2011 at 6:37
12
Solved
I'm working on an HTML project, and I can't find out how to open a link in a new tab without JavaScript.
I already know that <a href="http://www.WEBSITE_NAME.com"></a> opens t...
Paulitapaulk asked 17/7, 2013 at 22:9
36
Solved
How can I open a new tab in the existing Firefox browser using Selenium WebDriver (a.k.a. Selenium 2) in Java?
Lunseth asked 9/7, 2013 at 11:47
11
Solved
I'm having fun with Google Chrome extension, and I just want to know how can I store the URL of the current tab in a variable?
Aldrich asked 30/12, 2009 at 10:55
4
Solved
How would I iterate through all tabs a user has open and then check if they have a particular HTML item with id = 'item'?
Crossing asked 23/3, 2011 at 17:27
14
Solved
System.setProperty("webdriver.chrome.driver", "D:\\softwares\\chromedriver_win32\\chromedriver.exe");
WebDriver driver = new ChromeDriver();
driver.manage().timeouts().implicitlyWait(10, TimeUnit....
Ceilometer asked 16/1, 2016 at 16:34
2
Solved
In my Angular 10 app I would like to open component in new browser tab. I would like to do that without bootstrapping whole app and creating another app instance.
I found article Open Angular compo...
Catha asked 20/10, 2020 at 10:50
4
I have implemented a session timeout warning using javascript that simply asks the user if they want to extend their session or logout. The problem is that this is for an intranet portal where powe...
Accentuation asked 12/12, 2008 at 19:14
3
Solved
I need to switch between the browser tabs, used the following code,
driver.findElement(By.cssSelector("body")).sendKeys(Keys.CONTROL +"\t");
It was working properly sometimes only, but sometimes...
Zee asked 27/8, 2014 at 10:49
5
I'm developing an AngularJS webapp that can be opened in different tabs, I would like to know which is the best way to detect when the user logs-out in one of these tabs; I'd like to popup a login ...
Impedimenta asked 27/5, 2016 at 19:48
3
Solved
I have a web application that store information about recently visited pages, let's call them A. When a user visits another page type, called B, I render a menu at the top with a button to point to...
Extranuclear asked 27/9, 2012 at 8:51
6
Solved
I want to be able to open a link in a new tab in Selenium 2. Also i want to close the tab when i am finished interacting with the page. How is this possible if I have a WebElement of an <a> t...
Earleneearley asked 17/5, 2011 at 14:21
4
Solved
When a user adds an item to our shopping cart it opens our store in a new tab. Different websites oddly enough.
I would like to check if the tab is already open and then repopulate it it with the ...
Rafferty asked 16/11, 2012 at 22:34
2
I have JAVA web application where I need to stop session being shared between browser tabs, meaning
User opens a browser, Logs into his account and opens a particular page in a new tab in the same...
Grayish asked 5/6, 2011 at 13:26
2
I need do something on tabs updated, like check if the page load correct, and replace something inside the page. here is my code
// background.js
chrome.tabs.onUpdate.addListener(function(tabId, ...
Burgwell asked 19/4, 2012 at 3:41
1
Solved
Possible Duplicate:
Chrome: timeouts/interval suspended in background tabs?
Is there a minimum allowed delay for setInterval() and setTimeout() when being run on a tab you're not curr...
Gannie asked 3/7, 2011 at 15:50
5
Solved
So in most current browsers there is the feature of Tabs, is there a way to get the Tab index?
so Tab 1 has www.google.com opened in it and Tab 2 has www.google.com opened in it, is there a way to...
Plotinus asked 22/12, 2010 at 15:0
1
© 2022 - 2024 — McMap. All rights reserved.