-
Notifications
You must be signed in to change notification settings - Fork 17
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
Modify Method. Execute #25
Comments
@ezagdd Thank you! Will you let me know the reason for removing the sessionId? I guess this is because this command will be applied to all sessions, not to the specific session, right? ありがとうございます。sessionIdを削除するのは、このコマンドが特定のセッションではなくすべてのセッションに対して適用されるものだからでしょうか? |
@uezo sessionIdを削除しない場合、CMD_GET_TIMEOUTSは通りますが、CMD_SET_TIMEOUTSはエラーとなります。 実行時エラー '513': |
I think I found the problem and posted solution here |
GCuser99 |
TinySeleniumVBA WebDriver.cls
Timeout系のCMDを通すために、CMDのPathにtimeoutがある場合、sessionIDを削除する必要がありました。
下記の Execute は、その処置を加えたものです。
TinySeleniumVBA v0.1.0 or v0.1.1 の WebDriver.cls の Execute関数を置き換えて下さい。
The text was updated successfully, but these errors were encountered: