mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 02:38:44 +00:00
bug6251: selenium fix
This commit is contained in:
+1
@@ -128,6 +128,7 @@ public class SmartphoneTrackingEventManagementPanelPO extends PageArea {
|
||||
final boolean isSelected = entry.isSelected();
|
||||
if (shouldBeSelected != isSelected) {
|
||||
final WebElement checkboxDiv = entry.getWebElement().findElement(By.xpath("./td[1]/div"));
|
||||
scrollToView(checkboxDiv);
|
||||
new Actions(this.driver).moveToElement(checkboxDiv).click().build().perform();
|
||||
changed = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user