This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .sendKeys(Keys.RETURN); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2020-07-16 10:18:11 INFO Selenium <- {"value": "iVBORw0KGgoAAAANSUhEUgAABAAAAAPoCAYAAABArYziAAAAAXNSR0IArs4c6QAAIABJREFUeJzs3XdUVNfax / EvvTdRUEQEFKwodo3Gbowd04waI6k3PZo3zZumKTfJvUnUxJuisaVovElsUWOi2GKNDcUKiogVLICC0nn / GGYERQVFB5jfZy3WguGcfZ45fT9n732sCgoKChARERERERGRKs3a3AGIiIiIiIiIyK2nBICIiIiIiIiIBVACQERERERERMQCKAEgIiIiIiIiYgGUABARERERERGxAEoAiIiIiIiIiFgAJQBERERERERELIASACIiIiIiIiIWQAkAEREREREREQugBICIiIiIiIiIBVACQERERERERMQCKAEgIiIiIiIiYgGUABARERERERGxAEoAiIiIiIiIiFgAJQBERERERERELICtuQOoDI6fSefAiRTOns / k3IUsw8 / FbADcnexxd3bA3dmBam6OhPh5Uauaq5kjFhERERERESlOCYDLRMcns37vUbYfTGLPkTPsSTxNakZWmcrwdHGgSUB1GgdUp0U9X 5oVJvmQT63KGIRERERERGR67MqKCgoMHcQ5rT3yBl + + XruPNbuOsGn / cdIzc27Jctyc7GnXoBZdwwK4v1NDQmtXuyXLERERERERESmJRSYADiefY / bqPcxevYedCafMEkN4kA9DuzRmaJdG1KnhbpYYRERERERExHJYVAJg 8Ekxs1ax8JNcVSUL20FDGofwttDO9Kinq + + 5wxEREREREZEqyiISAKtiEvnXnA0si04wdyjX1LtlEG8OuYNOTfzNHYqIiIiIiNwgzwcmENkzjAlP9jB3KFVedHwyLV6Yzrw37iGiQ8htX36nV37A1cmepe8 + cNuXfSOq9CCAccfO8tSXf7Jix2Fzh1Iqf2w7xB / bDtG7ZRBf / KMnIRonQERERE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| driver.window_handles[1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| const element = await driver.findElement(By.css(".li02 > .nav_link02")) | |
| await driver.actions({ bridge: true }).moveToElement(element).perform() | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| max_width, max_height = driver.execute_script("return [window.screen.availWidth, window.screen.availHeight];") | |
| driver.manage.window.resize_to(max_width, max_height) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| execute :set_window_rect, {}, {"x" => nil, "y" => nil, "width" => 1000, "height" => 1500 } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org.openqa.selenium.WebDriverException: chrome not reachable | |
| (Session info: chrome=83.0.4103.116) | |
| Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' | |
| System info: host: 'rscuvjnks02', ip: '10.21.240.215', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-106-generic', java.version: '1.8.0_252' | |
| Driver info: org.openqa.selenium.chrome.ChromeDriver | |
| Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 83.0.4103.116, chrome: {chromedriverVersion: 83.0.4103.39 (ccbf011cb2d2b..., userDataDir: /tmp/.com.google.Chrome.S0DbiN}, goog:chromeOptions: {debuggerAddress: localhost:33123}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: none, platform: LINUX, platformName: LINUX, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true} | |
| Session ID: ce170631addc9ad4489a829b982b4547 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I looking for advice on how to video record headless selenium automation in java ? | |
| Anyone can point me out to a website explaining this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <li> | |
| <a ..........>TEXT</a> | |
| </li> | |
| # 5+ of those. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def selenium_jar_version | |
| "3.141.59" | |
| end |