Postponed
Project:
Selenium
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2011 at 14:07 UTC
Updated:
2 May 2012 at 14:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
attiks commentedNew patch with support for drag and drop
Comment #2
ygerasimov commentedWow! This is great idea! I will take a look at it as soon as possible! Thank you!
Comment #3
ygerasimov commentedI think it is reasonable to separate Selenium IDE command to separate class. The full list of methods that should be implemented we can take from PHPUnit implementation https://github.com/sebastianbergmann/phpunit-selenium But the list is really HUGE! So it will take plenty of efforts to support Selenium IDE commands.
I see a lot of talks about integration with PHPUnit. So lets hold this issue for a while as we might will rebuild nearly everything soon.
Comment #4
attiks commentedYou're right, I think we better wait, there's also a new way to do testing: https://github.com/weitzman/upal
i created an issue to merge https://github.com/weitzman/upal/issues/3
Comment #5
alberto56 commentedHi, I would appreciate a quick example of how to select an element in dropdown. I have applied this patch and I am trying to select an element with
but I'm getting an error that id=id-of-select-element does not exist (but it does!)
I am not well-versed in selenium, so I'm not sure I'm on the right track.
Please see also #1553370: drupalPost() can't select from a select list
Thanks!
Albert