-
Posts
11,433 -
Joined
-
Last visited
-
Days Won
59
mLipok last won the day on May 3
mLipok had the most liked content!
About mLipok
- Birthday 07/19/1978
Profile Information
-
Member Title
I'm nitpicky sometimes.
-
Location
Europe, Poland, Upper Silesia, Zabrze
-
Interests
¯\_(ツ)_/¯
Recent Profile Visitors
24,593 profile views
mLipok's Achievements
-
mLipok reacted to a post in a topic: MsgBox window position not in the middle of the screen
-
mLipok reacted to a post in a topic: MsgBox window position not in the middle of the screen
-
Today I hit such kind of problem: I saw: https://stackoverflow.com/questions/77055938/error-during-registration-remoteerrorchrome-remote-content-shared-remoteerro and: https://github.com/mozilla/geckodriver/issues/2204 https://bugzilla.mozilla.org/show_bug.cgi?id=1925934 https://docs.testery.io/fixing-tests/fix-common-selenium-exceptions/fix-an-unhandledalertexception I update FireFox to 133Beta and now I have such results: Dialog text: Masz nowe wiadomości. W celu ich przeczytania naciśnij przycisk "Komunikator". Po przeczytaniu oznacz wiadomość jako przeczytaną! GOOGLE TRANSLATE: Dialog text: You have new messages. To read them, press the "Communicator" button. After reading, mark the message as read! My question is how to bypass this problem with AutoIt ? I mean how to catch up such dialog exist ?
-
I forgot to upload some version: 2020/11/11 v3.5 * Changed: $_g_idEdit_MatchText style - allow Horizontal Scrol - mLipok * Removed: $_g_idLabel_Result as $_g_idGroup_Result is showing the same information - mLipok * Refactored: $_g_bFullScreen usage - mLipok * Refactored: GUI reorderd - mLipok = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 2022/03/07 v3.6 * Added: GUI ICON OOjs_UI_icon_regular-expression.ico - mLipok https://commons.wikimedia.org/wiki/Category:Regex_icons https://commons.wikimedia.org/wiki/Category:Regex_icons#/media/File:OOjs_UI_icon_regular-expression.svg converted by: https://cloudconvert.com/svg-to-ico * Added: AutoIt version in Window Title - mLipok
-
Can we move developing to GitHub ?
-
Did you merge my changes ?
-
Jos reacted to a post in a topic: BETA: SciTE v5x & lua Dynamic_include and "Smart" AutoComplete for Vars/UDFs/Abbrevs
-
mLipok reacted to a post in a topic: Forum login requires now the use of your Email address
-
mLipok reacted to a post in a topic: BETA: SciTE v5x & lua Dynamic_include and "Smart" AutoComplete for Vars/UDFs/Abbrevs
-
Jemboy reacted to a post in a topic: WebDriver + Printing to A4 size
-
Yeap. I can work on this to make this function publicly available as part of wd_helper.au3
-
mLipok reacted to a post in a topic: Webdriverscript not working as expected...
-
SOLVE-SMART reacted to a post in a topic: WebDriver + Printing to A4 size
-
ioa747 reacted to a post in a topic: WebDriver + Printing to A4 size
-
https://superuser.com/a/1859074/1049106 Finally I use: @page {size: a4 portrait !important;} with add0n.com/stylus.html and this works fine. Now I have to add this to my WebDriver CSS injector.
-
With webdriver - no. Manually checked a moment ago, and still no success.
-
asked here: https://superuser.com/questions/1859050/firefox-and-chrome-printing-to-pdf-with-a4-size https://superuser.com/q/1859050/1049106
-
SOLVE-SMART reacted to a post in a topic: VBScript is deprecated in Windows 11 and Windows 10
-
Thanks for the explanation. So they only remove the application but not all the components/libraries.
-
mLipok reacted to a post in a topic: VBScript is deprecated in Windows 11 and Windows 10
-
because here: I found this: https://learn.microsoft.com/en-us/windows/whats-new/deprecated-features-resources#vbscript and also this: https://learn.microsoft.com/en-us/windows/whats-new/deprecated-features-resources#wordpad
-
In most cases: Yes For this web page: No For this reason I think that the help of some web master is needed, as it is a problem related to the website - the way it was created.
-
Some interestning findings: https://support.mozilla.org/en-US/questions/1275543 But it is related to Microsoft Print to PDF print.printer_Microsoft_Print_to_PDF.print_paper_width not to Mozilla_Save_to_PDF.print_paper_width
-
I know. Even better using WebDriver I can set: this setting about:config print.prefer_system_dialog true But I'm not able to set A4 Format. And intention is to use WebDriver I do not want to use any Dialog just grab Binary representation of the PDF.