196 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
231
views
Auto test executions stops and an error is displayed: WebDriver Bidi command "browsingContext.handleUserPrompt" failed with error: no such alert
I encountered this error during our test execution and I cannot find an appropriate fix on the WebdriverIO documentation
Error: WebDriver Bidi command "browsingContext.handleUserPrompt" ...
1
vote
0
answers
90
views
Change TPopupMenu.BiDiMode of just one TMenuItem's submenu?
I have a TPopupMenu that acts as a tray menu (it is linked to a TTrayIcon). The .BiDiMode of this menu is set to bdLeftToRight, and this is how I want it for almost all its items.
But I have one ...
0
votes
0
answers
47
views
Importerror in importing python bidi library
I'm using python bidi in my code I encountered this error:
lmporterror: DLL load failed while importing bidi:The specified procedure couldn't be found
My python version is 3.8.10
And my windows is 7
...
1
vote
1
answer
161
views
Handle dialogs with Selenium 4 when BiDi is enabled
The BiDi introduced in Selenium 4 sounds interesting.
But when I turn it on with options.setCapability("webSocketUrl", true); I have trouble with Alert, Model, and Prompt. The old way driver....
1
vote
1
answer
303
views
Webdriver BiDi listeners, getting bodies of request and response
Hi I am trying to replace devtools with BiDi in my project. Can I get request and response bodies from BeforeRequestSent and ResponseDetails? any form like json or byte sequence or string would be ...
2
votes
1
answer
105
views
Send email with hebrew text in python - get error: Violation of BIDI requirement 3
I want to send an email in Python that includes text in Hebrew and English, but I keep getting an error: Failed to send email. Error: Violation of BIDI requirement 3
I tried different solutions, but ...
0
votes
1
answer
603
views
Arabic text is revering lines in reportlab
In reportLab, I need to display an arabic paragraph. I am using arabic-resharper and bidi-algorithm. The problem appears in the algorithm that reverses lines.
My code is:
def format_arabic_paragraph(...
1
vote
1
answer
2k
views
GRPC with locust tutorials/guide [closed]
Is there a working example where we have bidirectional communication of grpc with locust performance testing tool.
I don't see much working examples online where we have grpc with locust especially ...
1
vote
2
answers
124
views
parseInt returns NaN for normal-looking numeric strings. Why?
So I have the JSON below, as an example:
[{"x":"12","y":"−67"},{"x":"12","y":"−68"},{"x":"13...
0
votes
2
answers
377
views
How to use fribidi with std::string?
I'm trying to write a function that will run the fribidi algorithm on a std::string and return a reordered std::string. I hope it to be safe enough for any std::string, and in case something fails in ...
0
votes
1
answer
853
views
How to implement bidirectional HTTP/2 communication in Java/Kotlin
I have a PHP script which accepts a long-running HTTP/2 connection and processes pieces of data as they are streamed from the client. The amount of data streamed from client to server until the ...
0
votes
1
answer
254
views
Does <br> correspond to LINE SEPARATOR (U+2028)?
Let say I have the following text (in typing order from left to right) where the line break is
U+2028 and capital letter represent arabic letter and everything else represent itself.
foo FOO
!BAR@
I ...
0
votes
0
answers
145
views
What is the criteria for encoding a mirrored version of a character in Unicode?
What is the criteria for encoding a mirrored version of a character in Unicode? There seems to be a lot of inconsistencies in currently encoded characters. For eg:
'∼'(U+223C, Tilde operator) is ...
3
votes
2
answers
1k
views
RTL (Arabic) ligatures problem when extracting text from PDF
When extracting Arabic text from a PDF file using librairies like PyMuPDF or PDFMiner, the words are returned in backward order which is a normal behavior for RTL languages, and you need to use bidi ...
0
votes
1
answer
82
views
sqlite3 database won't accept fonted reshaped arabic data - python
OS: ubuntu 20.04
IDE: pyCharm community Build #PC-223.8214.51, built on December 20, 2022
Language: python 3.10.6
I'm using kivy to develop a simple app that queries an sqlite3 database for data ...