You cannot post messages because only members can post, and you are not currently a member.
Description:
The place for Selenium users to get help, help each other, and share tips and tricks about how they best use Selenium within their organization.
|
|
|
Mac Safari issue with Selenium RC but ok with SafariDriver
|
| |
Having issues with Mac Safari with Selenium RC. It opens up browser
but gets stuck. No issues using SafariDriver on same Mac.
Mac OS X 10.6.8, Safari 5.1.5 or 5.1.7
Testing with Selenium v 2.21 for both RC and SafariDriver.
See this in server log/output for RC:
Command request: getNewBrowserSession[*safari, [link]]... more »
|
|
Want to verify the location of new tab opened
|
| |
Here is the code
<div id="footerSponsors">
<h2>Official Club Sponsors</h2>
<a target="_blank" href="[link]">
<img alt="pepsi" src="/i/gamers/site/logopepsi. png">
</a>
<a target="_blank" href="[link]">
<img alt="Samsung" src="/i/gamers/site/logoplaydo ta.png">... more »
|
|
Selenium Webdriver 2.21 hangs on Firefox/Chrome alert/modal dialog
|
| |
My Selenium webdriver scripts hangs after clicking on a link that
opens modal dialog in Firefox 12/Chrome latest version.Here is the
code I'm using to open the browser for chrome and Firefox.
FirefoxProfile profile = new ProfilesIni().getProfile("defa ult");
profile.setAcceptUntrustedCert ificates(false);... more »
|
|
CITRIX Environment
|
| |
Hi All,
I would like to know if I can automate the application which runs on
CITRIX environment using Selenium Automation tool.
I have an application which runs on CITRIX, but I am not sure if I can
use this tool for my automation testing.
--
Regards,
Sumit
|
|
Multilingual web testing support with Selenium
|
| |
Hi,
I wanted to know whether it is possible to test websites that have
multilingual support with Selenium.
If yes, how many languages are supported for testing by Selenium?
Can Selenium perform content validation in multilingual websites.
Any help or information is highly appreciated.
Thanks,... more »
|
|
Jquery + Selenium (PHP) - Urgent :(
|
| |
Hi! I've one PHP method that runs a jQuery function and works 100% function getTopProduct() { $top_product_id = $this->getEval('var window = this.browserbot.getUserWindow( ); window.$(".parent:first").attr ("ID")'); return $top_product_id; ...but now, i wanna make another function that execute other jQuery script,... more »
|
|
|