forked from aisingapore/TagUI
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create a new clean_master branch by syncing from upstream #10
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On some Windows computers, if you see 'MSVCR110.dll is missing' error, install this from Microsoft website - https://www.microsoft.com/en-us/download/details.aspx?id=30679 - this file is required to run the PHP engine.
to use this cutting edge version, be sure to download from master to overwrite your packaged installation - https://github.com/tebelorg/TagUI/archive/master.zip
to use this cutting edge version, be sure to download from master to overwrite your packaged installation - https://github.com/tebelorg/TagUI/archive/master.zip
to use this cutting edge version, be sure to download from master to overwrite your packaged installation - https://github.com/tebelorg/TagUI/archive/master.zip
to use this cutting edge version, be sure to download from master to overwrite your packaged installation - https://github.com/tebelorg/TagUI/archive/master.zip
to use this cutting edge version, be sure to download from master to overwrite your packaged installation - https://github.com/tebelorg/TagUI/archive/master.zip
to use this cutting edge version, be sure to download from master to overwrite your packaged installation - https://github.com/tebelorg/TagUI/archive/master.zip
to use this cutting edge version, be sure to download from master to overwrite your packaged installation - https://github.com/tebelorg/TagUI/archive/master.zip
for release details, see here - https://github.com/tebelorg/TagUI/releases/tag/v3.1.0
using execFile instead of spawn to test fix issue on Windows
- switch back to use child_process.spawn but use exitCode instead of child.pid - this will mean running until process exits instead of timeout - in exchange to enable running commands on windows
this commit allows tagui's python integration to work out of the box whether v2.x or v3.x is installed in the environment. there is no special config needed and works out of the box. note - your python code will still have to be aligned to the python version you are using.
using py_step(), r_step(), vision_step(), for example - ``` https://yahoo.com phone = 1234567 name = 'donald duck' py_step('phone = ' + phone) py_step('name = "' + name + '"') py print(name) echo py_result py print(phone) echo py_result ```
see #82 for more details. this commit should make code blocks work for steps py, r, cmd, vision, js, dom (both normal execution and live mode)
more details in issue - #241
Instead of checking for provided sessionID, now just looks for the sessionID returned by chrome See issue #275 on TagUI.
Update popup handling when using Chrome.
Update Japanese language file for better translation
#289 - enclose wait step with casper.then() in order to make dynamic wait delay in scope for access #295 - PHP 7 issues warning message which is not observed with PHP 5. this change removes the warning by avoiding an empty $repo_data[0]. ie increment repo_count only if there is already data in the array, otherwise discard header and start filling from $repo_data[0].
The translations are partly off to how you would write it as native German speaker.
Updated german.csv for more native usage
Few modifications closer to french mother tong :)
Update french.csv
Update readme to add info on TagUI editor.
#321 - update readme with tagui editor gif video
* live mode enhancements - support use of dynamic variables in live mode - show error message for JS errors instead of exit details at - #347 * live mode enhancements (test signature) - support use of dynamic variables in live mode - show error message for JS errors instead of exit details at - #347
* support datatables in test mode details of issue here - #348 when datatable is used with test option, execution hangs after the first iteration. this is because casperjs test mode treats every parameter as in input file to test. when the datatable parameter is passed to casperjs it hangs because it is not a valid test js file. modified tagui and tagui.cmd to not pass parameters to casperjs in test mode. technical details here - http://docs.casperjs.org/en/latest/testing.html#arguments `The casperjs test command will treat every passed argument as file or directory paths containing tests. It will recursively scan any passed directory to search for *.js or *.coffee files and add them to the stack.`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.