-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am unable to use Actions class in openFin Selenium + JAVA #5
Comments
@elusive666 I tested it with OpenFin 9.61.38.43 and ChromeDriver 2.33.506120 with no issues. Would love to see the error you got. |
Hi Anthony, I am not seeing any error; well getting an error will be great, the issues that i am facing is that the clicks via Actions Class are not working, just do not know what I am doing wrong, here |
@elusive666 I created "selenium_actions" branch and changed part of the code to show my use of Actions class and clicks as well. Let me know if that doesn't work in your env. Or you can share your code then it will be easier for us to troubleshoot. |
BaseTest.java - This is my driver for the test suite, do not think I am doing anything wrong here `public class BaseTest {
` `public class CommonUtil extends BaseTest {
CommonUtil.java -This is the utilities file refer to OpenWidget() -
// **PAGE DOWN IS NOT USED AS INDEX OF ELEMENT DYNAMICALLY CHANGES
// else {
// **PAGE DOWN IS NOT USED AS INDEX OF ELEMENT DYNAMICALLY CHANGES
// **PAGE DOWN IS NOT USED AS INDEX OF ELEMENT DYNAMICALLY CHANGES
// if (i > 2) {
` |
@elusive666 I'm trying to figure out which part doesn't work. For the code below, does it work with executeJSClick but not with WebElement.click()? //objFilterRemove.click(); |
Yes that is correct an also when I try to resize the widget with the following; //Actions class method to drag and drop Also is my BaseTest.java correct for starting the driver and openFin Application??? |
It's webelement.click() that doesn't work....
…On Fri, 22 Nov, 2019, 7:08 AM Anthony Ho, ***@***.***> wrote:
@elusive666 <https://github.com/elusive666> I'm trying to figure out
which part doesn't work. For the code below, does it work with
executeJSClick but not with WebElement.click()?
//objFilterRemove.click();
executeJSClick(driver, objFilterRemove);
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=AK6D4UFMLMJ3SB45TDTXWN3QU4ZYHA5CNFSM4JKV36WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE4HQ6Y#issuecomment-557348987>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK6D4UCZERJ7UI6UAKDH6CLQU4ZYHANCNFSM4JKV36WA>
.
|
I am unable to use Actions class in openFin Selenium + JAVA, is this possible here??? -
OpenFin Version - 9.61.38.43
ChromeDriver Version - 2.33.506120
Chrome Version - 61.0.3163.100
Also to add the selenium native methods to click() do not work here
The text was updated successfully, but these errors were encountered: