Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Fix for game element management. #80
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpersi committed Jun 6, 2019
1 parent 08fd2ba commit fa042e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/MainThread.java
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,8 @@ private static void connectDriver() throws MalformedURLException {
System.out.println("BH Handle is: " + BHWinHandleHex);

driver = new WindowsDriver(new URL("http://127.0.0.1:4723/wd/hub"), BHCapabilities);
// The Bit Heros application only has one element
game = driver.findElementByXPath("*");

// jsExecutor = (JavascriptExecutor) driver;
}
Expand Down

0 comments on commit fa042e5

Please sign in to comment.