Closed GoogleCodeExporter closed 9 years ago
This error is telling that the method was not found for the provided arguments.
If you check the definition of the method, you'll see that the method needs a
string and array for arguments.
You could use Split to convert the values in a cell to an array:
Debug.Print wd.verifySelectOptions("locator", Split(Range("A1"), ";"))
Original comment by florentbr
on 18 Nov 2014 at 1:11
Thanks for your answer ^^
I tried that :
1- I have the value "Yes;No;Maybe" on Excel (Range "D16").
2- I try to execute the following VB code :
Dim selenium As New SeleniumWrapper.WebDriver
ControlResult = selenium.verifySelectOptions("id=selectedCivility",
Split(Range("D16"), ";"))
I have the same error (see new attached file).
Thks for support !
Original comment by dnowak...@gmail.com
on 18 Nov 2014 at 2:06
Attachments:
I managed to reproduce it and it's a bug.
It will be fixed before the end of the week in the next release(1.0.23)
Original comment by florentbr
on 18 Nov 2014 at 5:39
OK : thanks for your action !
Original comment by dnowak...@gmail.com
on 18 Nov 2014 at 10:06
Fixed in 1.0.23
Original comment by florentbr
on 20 Nov 2014 at 9:42
Great : it's OK for me with this new 1.0.23 release ^^
Thks !
Original comment by dnowak...@gmail.com
on 20 Nov 2014 at 10:14
Original issue reported on code.google.com by
dnowak...@gmail.com
on 18 Nov 2014 at 8:56Attachments: