Search the Community
Showing results for tags 'xpath'.
-
We can select elements in IE using their IDs as below. Local $oDiv = _IEGetObjById($oIE, "x-auto-16-input") But to one button in the webpage, there is no ID to it. In selenium we have option to select this element using the CssSelector and clicked the button using below code in c# seleni...
-
FF.au3 how to check if element is focused?
milos83 posted a topic in AutoIt General Help and Support
How can I check if element is focused in Firefox using FF.au3 UDF? This is my try: I have prepared a function that checks if the object is focused: _FFCmd('FFau3.isfocused=function isfocused(a){try{return (a === document.activeElement)}catch(e){return}}') $oElm = _FFXPath("//*[...- 2 replies
-
- ff.au3
- javascript
-
(and 2 more)
Tagged with:
-
Hello Dears, I'm trying to get the SIM card ICC ID number through the system using FF.au3. I have read the description of the UDF but I'm stuck on the query page after login. I have also tried to refresh the page to get the new XPath (hopelessly), but couldn't go any further. I'm basically tryi...
-
Hello AuotIT MVPs, Good day! Can someone help me how to convert mathml tags to gif? Sorry I don't know much about AuoIT scripting as I'm on the process of learning it. Here's the sample MathML tags in XML. <?xml version="1.0" encoding="utf-8"?> <doc> <title lang="en">Basic MathML</title> <...