You cannot post messages because only members can post, and you are not currently a member.
|
access browser local storage
|
| |
Hello,
how can I access, using selenium-webdriver, the browser's local
storage? It is not well documented.
I tried this but it does not work:
driver = Selenium::WebDriver.for :chrome
driver.local_storage.clear
=> NoMethodError: undefined method `local_storage' for
...
And it's a recente Chrome. I also tried with firefox with no luck.... more »
|
|
How to get API Commands from Selenese Commands
|
| |
Hello Everyone,
I´m in trouble with a special challenge.
The only thing I got is some Selenese Commands like
command | target | value
"type" | "q" | "Selenium seleniumhq.org"
how can i execute this by the Ruby API?
something like do_command("type", "q", "Selenium seleniumhq.org")... more »
|
|
ERROR: Error installing gem selenium-webdriver[.gem]: buffer error
|
| |
Hello All,
I have installed Selenium IDE and am trying to install the selenium
client.When I try to execute the command
gem install selenium-webdriver
I get the following error
ERROR: Error installing gem selenium-webdriver[.gem]: buffer
error
The version of ruby that I am currently using is ruby 1.8.6... more »
|
|
step by step tutorial
|
| |
Hi,
Can anybody provide me the step by step tutorial. I have new project
and I don't have experience on working on Selenium with Ruby.
Please provide me some response.
Thanks,
Harsh
|
|
Unable to upgrade to selenium webdriver with ruby, nmake problem
|
| |
Hi All,
I have been using selenium-rc from last 2.5 yrs, just trying to
upgrade to selenium 2.0 webdriver. But I am unable to install any gem
into my system:
When i try to run 'gem install selenium-webdriver' I get below error:
C:\>gem install selenium-webdriver
Building native extensions. This could take a while...... more »
|
|
Problems with action.move_to and action.move_by
|
| |
I'm trying to click in a specific spot, relative to an element on the
page. It seems like the action API, and especially action.move_to
would accomplish this task, but I can't get it to work. My code looks
something like this:
browser.action.move_to(element ).move_by(400, 0).click.perform
browser.action.move_to(element , 400, 0).click.perform... more »
|
|
I cannot run testcases using google chrome.
|
| |
I can't run my testcases using google chrome. I've set the the browser
path:*custom c:\\Documents and Settings\\obakintX\\Local Settings\
\Application Data\\Google\\Chrome\\Applicat ion\\chrome.exe", "http://
intnew/inte.com".
|
|
|