WebDriver UDF - Pop up some weird black box
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By TTE26
For the past two days I've been reading all Wiki pages, installed all the demos etc. but I am still unable to do this simple workflow
1. I want to use WebDriver UDF to open Chrome (Set chrome option arguments - Window Size, Pixel ratio, device type and platform name, user-agent.)
2. On new Tab I want to read the tab Title and save it into a TXT file.
3. I need to save the Session ID with my previosly set Capabilities into a file.
4. I want to close the chrome window.
Then
5. I want to open Chrome again, but with my previosly saved Session ID and Capabilities list from the file.
6. And minimaze the window state.
7. After 30 seconds, close the chrome.
I would really appreciate for the WebDriver UDF Helper file, to have also basic code examples, for non coders. For example how to open a windwow etc., save sessions, etc.
Anyway, if someone could help me get started and help me with this workflow, that would be much appreaciated. 😔
-
By lapoelkan12
hi i try to use webdriver i download it and download json and winhttp i try to run it but return error
error: __WinHttpVer(): undefined function.
Local $sWinHttpVer = __WinHttpVer()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
-
By RohanM
Hi Team,
is there is a way to embed the webpage in auto it GUI using webdriver? what I want to do is that, I want to open edge browser inside the AutoIT GUI, in IE we have _IECreateEmbedded function but for the webdriver I am not able to find a function, please help
Rohan M
-
By goku200
I am trying to change the settings of the print option to Save as PDF and its not changing the settings and clicking on the Save button at the bottom. Here is my script that I have written and the format is correct below. Chrome browser I'm using is 97.0 My script was working fine using Chrome 95.0\ Not sure why its not working now
It finds the print-preview-app element but not the others.
-
By goku200
I am trying to hit the Return key without having to use the Send keys. I have the following code and its not hitting the Return key. Am I missing something?
; Press Return $sAction = '{"actions":[{"type": "key", "id": "keyboard_1", "actions": [{"type": "keyDown", "value": "\uE006"},' ; Pause $sAction &= '{"type": "pause", "duration": 500},' ; Release Return $sAction &= '{"type": "keyUp", "value": "\uE006"}]}]}' _WD_Action($sSession, "actions", $sAction)
-
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now