B4J Library [b4j] jSelenium 2.0.1 - A Test Automation for B4J - tummosoft    Jan 27, 2023   (11 reactions) 0.jar
#AdditionalJar: selenium-chromium-driver-4.3.0.jar
#AdditionalJar: selenium-java-3.14.0.jar
#AdditionalJar: selenium-support-4.3.0.jar
#AdditionalJar: selenium-remote-driver-4.3.0.jar
#AdditionalJar: okio-1.14.1.jar
#AdditionalJar: opentelemetry-sdk-1.16.0.jar
#AdditionalJar: opentelemetry-sdk B4J Library Selenium Browser Automation - Create any Robot with Browser - Alberto Iglesias (first post)    Apr 25, 2019   (1 reaction) @marcellissimo Hello my friend, sorry, I receive just today your message.
You right, find by xpath I found one bug on library and I already fixed on version v1.0.1
http://vnsoft..0.1.zip
but for me, the xpath is:
objSelenium.ClickByXPath("/html/body/div/div/div/div/div/div/div/span/a")
Che B4A Library WebViewExtras - drgottjr (first post)    Aug 22, 2020   (1 reaction) this is an xpath error. you need to correct it. it's not the fault of webviewextras, which simply facilitates your executing javascript in a webview. (note: webview is not a full browser, so its support of javascript may not be the same as that of chrome. in any case, that, too, is not webviewex B4J Library SimpleXML2 - tchart    May 05, 2021   (9 reactions) This is an update to the SimpleXMl library I posted here; https://www.b4x..75571/#post-748743 This update now allows reading and writing of XML files. The node traversal is now done via the XmlNodes so this is a new library. Example project attached. Quick example to create an XML; Dim doc A B4J Library 90+ String Manipulation Methods - keirS    Nov 28, 2016   (19 reactions) LastIndexOfStartAt (seq As String, searchSeq As String, startPos As Int) As Int Finds the last index within a String from a start position, handling null. Left (str As String, len As Int) As String Gets the leftmost len characters of a String. LeftPad (str As String, size As Int, padStr As String) A B4J Library SimpleXML - Martin Larsen (first post)    Jul 04, 2020   (1 reaction) Also very useful for parsing key - string patterns: https://stackoverflow.com/questions/51109390/xml-xpath-for-key-string-pattern
I use it for parsing a ota.xml file for IOS IPA files which is difficult to parse in other ways. B4J Question [SORTED] Errors only on Standalone version - EnriqueGonzalez (first post)    Feb 06, 2023   (1 reaction) xml/com.sun.org.apache.xerces.internal.jaxp=b4j --add-opens java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED --add-exports java.xml/com.sun.org.apache.xpath.internal.jaxp=b4j --add-opens java.xml/com.sun.org.apache.xpath.internal.jaxp=ALL-UNNAMED #PackagerProperty: AdditionalModuleIn B4J Library Selenium Library - Pnd_Selenium - Pip (first post)    Feb 16, 2023 SwitchToFrame() was a good hint ! Thank you, I could then access the element via XPath !
Ok, so this works now, but how do I solve the problem that the UPS website (completely different website) recognizes that it is an automation ? Do you have a tip for me ?
Thank you :) B4A Question How I can to use XPath for XML parsing in B4A - Valeriy Lakhtin    Apr 27, 2016 I'm just starting to learn B4A. So for me not understand the standard version B4A able to use XPath for XML parsing, or need to download and install additional library B4A Question Sort in the XPath query for XML file XOM lib - sorex (first post)    May 19, 2016   (1 reaction) no need for extra parsing libs...
try this
Dim xml As String=File.ReadString(File.DirAssets,"xml.xml").Replace(Chr(13),"").Replace(Chr(10),"")
Dim m As Matcher
Dim l As List
Dim t As String
l.Initialize
m=Regex.Matcher("<comp nam=\""(.*?)\""><rating>(.*?)</rating>",xml)
Do While m.Find
t="000000"& Page: 1   2   3   4   5   6   7   Powered by ColBERT |